From fdb344fcdcb8e7da79e2857e4d83b3665553628d Mon Sep 17 00:00:00 2001 From: Patrick Lodder Date: Fri, 20 Aug 2021 06:11:42 +0200 Subject: [PATCH] fixup GUI improvements --- doc/release-notes.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/release-notes.md b/doc/release-notes.md index cafe0b296..8c06db68a 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -96,11 +96,15 @@ Security enhancements GUI Improvements ---------------- -* Add menu option to import a private key, "Import Private Key" from the "File" menu. +* Add menu option to import a private key, "Import Private Key" from the "File" + menu. * Improve displayed result when commands in the debug console return null. -* Fix text overflow in the paper wallet generator. -* Add column to peers table showing bytes sent/received, accessible via "Debug Window" from the "Help" menu. -* Add GUI for adding peers manually, accessible from the peers table of the Debug Window. +* Fix text overflow on printed keys and address fields in the paper wallet + generator. +* Add column to peers table showing bytes sent/received, accessible via + "Debug Window" from the "Help" menu. +* Add GUI for adding peers manually, accessible from the peers table of the + Debug Window. RPC Improvements ----------------