gnucash maint: Allow panel that provides information about TXF categories to be adjusted by the user in the Income Tax Information dialog under Edit->Tax Report Options.

J. Alex Aycinena alex.aycinena at code.gnucash.org
Thu Jan 7 20:24:17 EST 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/7a975e0e (commit)
	from  https://github.com/Gnucash/gnucash/commit/3779eb64 (commit)



commit 7a975e0ecd2d09726913116ac5765bf059ab7642
Author: Alex Aycinena <alex.aycinena at gmail.com>
Date:   Thu Jan 7 17:23:34 2016 -0800

    Allow panel that provides information about TXF categories to be adjusted by the user in the Income Tax Information dialog under Edit->Tax Report Options.

diff --git a/src/gnome/gtkbuilder/dialog-tax-info.glade b/src/gnome/gtkbuilder/dialog-tax-info.glade
index e3f3939..7b16160 100644
--- a/src/gnome/gtkbuilder/dialog-tax-info.glade
+++ b/src/gnome/gtkbuilder/dialog-tax-info.glade
@@ -576,60 +576,69 @@
                       </packing>
                     </child>
                     <child>
-                      <object class="GtkAlignment" id="alignment5">
+                      <object class="GtkVPaned" id="vpaned1">
                         <property name="visible">True</property>
-                        <property name="can_focus">False</property>
-                        <property name="left_padding">12</property>
+                        <property name="can_focus">True</property>
                         <child>
-                          <object class="GtkScrolledWindow" id="scrolledwindow28">
+                          <object class="GtkAlignment" id="alignment5">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="hscrollbar_policy">automatic</property>
-                            <property name="vscrollbar_policy">automatic</property>
-                            <property name="shadow_type">in</property>
+                            <property name="left_padding">12</property>
                             <child>
-                              <object class="GtkTreeView" id="txf_category_view">
+                              <object class="GtkScrolledWindow" id="scrolledwindow28">
                                 <property name="visible">True</property>
-                                <property name="can_focus">True</property>
-                                <property name="reorderable">True</property>
-                                <property name="rules_hint">True</property>
+                                <property name="can_focus">False</property>
+                                <property name="hscrollbar_policy">automatic</property>
+                                <property name="vscrollbar_policy">automatic</property>
+                                <property name="shadow_type">in</property>
+                                <child>
+                                  <object class="GtkTreeView" id="txf_category_view">
+                                    <property name="visible">True</property>
+                                    <property name="can_focus">True</property>
+                                    <property name="reorderable">True</property>
+                                    <property name="rules_hint">True</property>
+                                  </object>
+                                </child>
                               </object>
                             </child>
                           </object>
+                          <packing>
+                            <property name="resize">True</property>
+                            <property name="shrink">True</property>
+                          </packing>
                         </child>
-                      </object>
-                      <packing>
-                        <property name="expand">True</property>
-                        <property name="fill">True</property>
-                        <property name="position">1</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkAlignment" id="alignment6">
-                        <property name="visible">True</property>
-                        <property name="can_focus">False</property>
-                        <property name="left_padding">12</property>
                         <child>
-                          <object class="GtkScrolledWindow" id="help_scroll">
+                          <object class="GtkAlignment" id="alignment6">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="hscrollbar_policy">automatic</property>
-                            <property name="vscrollbar_policy">automatic</property>
-                            <property name="shadow_type">in</property>
+                            <property name="left_padding">12</property>
                             <child>
-                              <object class="GtkTextView" id="txf_help_text">
+                              <object class="GtkScrolledWindow" id="help_scroll">
+                                <property name="visible">True</property>
                                 <property name="can_focus">False</property>
-                                <property name="editable">False</property>
-                                <property name="wrap_mode">word</property>
+                                <property name="hscrollbar_policy">automatic</property>
+                                <property name="vscrollbar_policy">automatic</property>
+                                <property name="shadow_type">in</property>
+                                <child>
+                                  <object class="GtkTextView" id="txf_help_text">
+                                    <property name="can_focus">False</property>
+                                    <property name="editable">False</property>
+                                    <property name="wrap_mode">word</property>
+                                  </object>
+                                </child>
                               </object>
                             </child>
                           </object>
+                          <packing>
+                            <property name="resize">False</property>
+                            <property name="shrink">True</property>
+                          </packing>
                         </child>
                       </object>
                       <packing>
-                        <property name="expand">False</property>
-                        <property name="fill">False</property>
-                        <property name="position">2</property>
+                        <property name="expand">True</property>
+                        <property name="fill">True</property>
+                        <property name="position">1</property>
                       </packing>
                     </child>
                   </object>



Summary of changes:
 src/gnome/gtkbuilder/dialog-tax-info.glade | 75 +++++++++++++++++-------------
 1 file changed, 42 insertions(+), 33 deletions(-)



More information about the gnucash-changes mailing list