gnucash maint: Bug 797936 - Lot viewer notes field too narrow

Robert Fewell bobit at code.gnucash.org
Fri Sep 11 09:27:01 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/6997f005 (commit)
	from  https://github.com/Gnucash/gnucash/commit/35374158 (commit)



commit 6997f0057e8229f60be4ece4abf9cbf6a7f6c7fe
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Sep 11 14:20:03 2020 +0100

    Bug 797936 - Lot viewer notes field too narrow
    
    Change the horizontal alignment of the notes text view to fill space
    and change the scrollbars to be automatic.

diff --git a/gnucash/gtkbuilder/dialog-lot-viewer.glade b/gnucash/gtkbuilder/dialog-lot-viewer.glade
index 3cb87ed4e..8f9a67b1c 100644
--- a/gnucash/gtkbuilder/dialog-lot-viewer.glade
+++ b/gnucash/gtkbuilder/dialog-lot-viewer.glade
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.22.1 -->
+<!-- Generated with glade 3.22.2 -->
 <interface>
   <requires lib="gtk+" version="3.10"/>
   <object class="GtkDialog" id="lot_viewer_dialog">
@@ -166,15 +166,12 @@
                         <property name="can_focus">False</property>
                         <property name="hexpand">True</property>
                         <property name="vexpand">True</property>
-                        <property name="hscrollbar_policy">never</property>
-                        <property name="vscrollbar_policy">never</property>
                         <property name="shadow_type">in</property>
                         <child>
                           <object class="GtkTextView" id="lot_notes_text">
                             <property name="visible">True</property>
                             <property name="can_focus">True</property>
                             <property name="tooltip_text" translatable="yes">Enter any notes you want to make about this lot.</property>
-                            <property name="halign">start</property>
                             <property name="hexpand">True</property>
                             <property name="wrap_mode">word</property>
                             <property name="accepts_tab">False</property>



Summary of changes:
 gnucash/gtkbuilder/dialog-lot-viewer.glade | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)



More information about the gnucash-changes mailing list