Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugal-tweak.git;a=commitdiff;h=bf44c7478b776f0aa5e2c4c3325633c8c4895b7d

commit bf44c7478b776f0aa5e2c4c3325633c8c4895b7d
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sun Jan 9 22:02:48 2011 +0100

*added scroll to textview about

diff --git a/frugal-tweak-vala/UI/MainUI.ui b/frugal-tweak-vala/UI/MainUI.ui
index 54388b8..10a75c5 100644
--- a/frugal-tweak-vala/UI/MainUI.ui
+++ b/frugal-tweak-vala/UI/MainUI.ui
@@ -319,10 +319,18 @@
</packing>
</child>
<child>
-          <object class="GtkTextView" id="textview_about">
+          <object class="GtkScrolledWindow" id="scrolledwindow7">
<property name="visible">True</property>
<property name="can_focus">True</property>
-            <property name="editable">False</property>
+            <property name="hscrollbar_policy">automatic</property>
+            <property name="vscrollbar_policy">automatic</property>
+            <child>
+              <object class="GtkTextView" id="textview_about">
+                <property name="visible">True</property>
+                <property name="can_focus">True</property>
+                <property name="editable">False</property>
+              </object>
+            </child>
</object>
<packing>
<property name="position">3</property>
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to