[billreminder] put the scrollbars back, set graphic height to fixed
- From: Toms Baugis <tbaugis src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [billreminder] put the scrollbars back, set graphic height to fixed
- Date: Sun, 29 Nov 2009 17:11:54 +0000 (UTC)
commit 783a92a946d20224bae268a5ec63d0e7b4e3c97d
Author: Toms Bauģis <toms baugis gmail com>
Date: Sun Nov 29 17:11:47 2009 +0000
put the scrollbars back, set graphic height to fixed
data/main.ui | 31 +++++++++++++++++++++++++++----
1 files changed, 27 insertions(+), 4 deletions(-)
---
diff --git a/data/main.ui b/data/main.ui
index 8a348ba..e8cfa18 100644
--- a/data/main.ui
+++ b/data/main.ui
@@ -290,11 +290,26 @@
<object class="GtkHBox" id="hbox1">
<property name="visible">True</property>
<property name="orientation">vertical</property>
+ <property name="spacing">4</property>
<child>
- <object class="GtkAlignment" id="bill_box">
+ <object class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hscrollbar_policy">never</property>
+ <property name="vscrollbar_policy">automatic</property>
<child>
- <placeholder/>
+ <object class="GtkViewport" id="viewport2">
+ <property name="visible">True</property>
+ <property name="resize_mode">queue</property>
+ <child>
+ <object class="GtkAlignment" id="bill_box">
+ <property name="visible">True</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ </child>
+ </object>
</child>
</object>
<packing>
@@ -302,13 +317,21 @@
</packing>
</child>
<child>
- <object class="GtkAlignment" id="chart_box">
+ <object class="GtkViewport" id="viewport1">
<property name="visible">True</property>
+ <property name="resize_mode">queue</property>
<child>
- <placeholder/>
+ <object class="GtkAlignment" id="chart_box">
+ <property name="height_request">150</property>
+ <property name="visible">True</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
</child>
</object>
<packing>
+ <property name="expand">False</property>
<property name="position">1</property>
</packing>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]