[gcalctool/gcalctool-newui2] ...
- From: Robert Ancell <rancell src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gcalctool/gcalctool-newui2] ...
- Date: Thu, 10 Sep 2009 23:32:51 +0000 (UTC)
commit 63c09f164525cc0cbdb932b21d5a1e616e7f86de
Author: Robert Ancell <robert ancell gmail com>
Date: Fri Sep 11 09:01:29 2009 +1000
...
data/gcalctool.ui | 72 ++++++++++++++++++++++++++++------------------------
1 files changed, 39 insertions(+), 33 deletions(-)
---
diff --git a/data/gcalctool.ui b/data/gcalctool.ui
index 67e5faf..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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]