[gcalctool/gcalctool-newui2: 2/3] Fix UI file



commit 7aa7fe94026c27a5196af6e4eb1c657416e42edc
Author: Robert Ancell <robert ancell gmail com>
Date:   Thu Sep 17 11:57:14 2009 +1000

    Fix UI file

 data/gcalctool.ui |   82 ++++++++++++++++++++++++++++------------------------
 1 files changed, 44 insertions(+), 38 deletions(-)
---
diff --git a/data/gcalctool.ui b/data/gcalctool.ui
index ababdbc..e51e0a6 100644
--- a/data/gcalctool.ui
+++ b/data/gcalctool.ui
@@ -231,45 +231,51 @@
                 <property name="vscrollbar_policy">never</property>
                 <property name="shadow_type">in</property>
                 <child>
-                  <object class="GtkVBox" id="vbox1">
+                  <object class="GtkViewport" id="viewport1">
                     <property name="visible">True</property>
-                    <property name="orientation">vertical</property>
+                    <property name="resize_mode">queue</property>
                     <child>
-                      <object class="GtkTextView" id="displayitem">
+                      <object class="GtkVBox" id="vbox1">
                         <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="pixels_above_lines">8</property>
-                        <property name="pixels_below_lines">2</property>
-                        <property name="editable">False</property>
-                        <property name="justification">right</property>
-                        <property name="right_margin">6</property>
-                        <property name="buffer">display_buffer</property>
-                        <child internal-child="accessible">
-                          <object class="AtkObject" id="displayitem-atkobject">
-                            <property name="AtkObject::accessible-description" translatable="yes">Result Region</property>
+                        <property name="orientation">vertical</property>
+                        <child>
+                          <object class="GtkTextView" id="displayitem">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="pixels_above_lines">8</property>
+                            <property name="pixels_below_lines">2</property>
+                            <property name="editable">False</property>
+                            <property name="justification">right</property>
+                            <property name="right_margin">6</property>
+                            <property name="buffer">display_buffer</property>
+                            <child internal-child="accessible">
+                              <object class="AtkObject" id="displayitem-atkobject">
+                                <property name="AtkObject::accessible-description" translatable="yes">Result Region</property>
+                              </object>
+                            </child>
+                            <signal name="populate_popup" handler="buffer_populate_popup_cb"/>
+                            <signal name="button_release_event" handler="middle_click_paste_cb"/>
+                            <signal name="paste_clipboard" handler="paste_cb"/>
                           </object>
+                          <packing>
+                            <property name="position">0</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <object class="GtkTextView" id="info_textview">
+                            <property name="visible">True</property>
+                            <property name="can_focus">True</property>
+                            <property name="editable">False</property>
+                            <property name="justification">right</property>
+                            <property name="right_margin">6</property>
+                            <property name="cursor_visible">False</property>
+                            <property name="buffer">info_buffer</property>
+                          </object>
+                          <packing>
+                            <property name="position">1</property>
+                          </packing>
                         </child>
-                        <signal name="populate_popup" handler="buffer_populate_popup_cb"/>
-                        <signal name="button_release_event" handler="middle_click_paste_cb"/>
-                        <signal name="paste_clipboard" handler="paste_cb"/>
-                      </object>
-                      <packing>
-                        <property name="position">0</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkTextView" id="info_textview">
-                        <property name="visible">True</property>
-                        <property name="can_focus">True</property>
-                        <property name="editable">False</property>
-                        <property name="justification">right</property>
-                        <property name="right_margin">6</property>
-                        <property name="cursor_visible">False</property>
-                        <property name="buffer">info_buffer</property>
                       </object>
-                      <packing>
-                        <property name="position">1</property>
-                      </packing>
                     </child>
                   </object>
                 </child>
@@ -4719,7 +4725,7 @@
             <property name="column_spacing">6</property>
             <property name="row_spacing">12</property>
             <child>
-              <object class="GtkLabel" id="label2">
+              <object class="GtkLabel" id="label8">
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
                 <property name="label" translatable="yes">_Angle units:</property>
@@ -4731,7 +4737,7 @@
               </packing>
             </child>
             <child>
-              <object class="GtkLabel" id="label3">
+              <object class="GtkLabel" id="label9">
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
                 <property name="label" translatable="yes">Display _Format:</property>
@@ -4767,7 +4773,7 @@
               </packing>
             </child>
             <child>
-              <object class="GtkLabel" id="label6">
+              <object class="GtkLabel" id="label11">
                 <property name="visible">True</property>
                 <property name="xalign">0</property>
                 <property name="label" translatable="yes">Word _size:</property>
@@ -4835,7 +4841,7 @@
                         <property name="visible">True</property>
                         <property name="spacing">6</property>
                         <child>
-                          <object class="GtkLabel" id="label1">
+                          <object class="GtkLabel" id="label12">
                             <property name="visible">True</property>
                             <property name="xalign">0</property>
                             <property name="label" translatable="yes">Show</property>
@@ -4859,7 +4865,7 @@
                           </packing>
                         </child>
                         <child>
-                          <object class="GtkLabel" id="label4">
+                          <object class="GtkLabel" id="label10">
                             <property name="visible">True</property>
                             <property name="xalign">0</property>
                             <property name="label" translatable="yes">decimal _places</property>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]