gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r18871 - gnunet-gtk/contrib


From: gnunet
Subject: [GNUnet-SVN] r18871 - gnunet-gtk/contrib
Date: Sat, 31 Dec 2011 20:21:11 +0100

Author: grothoff
Date: 2011-12-31 20:21:11 +0100 (Sat, 31 Dec 2011)
New Revision: 18871

Modified:
   gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade
Log:
-LRN: Add-hpaned-to-main-window.patch - finally you can give the
notebook the right amount of screen space, shrinking the metadata view
to a certain point. This one is awesome!



Modified: gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade
===================================================================
--- gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade  2011-12-31 19:20:45 UTC 
(rev 18870)
+++ gnunet-gtk/contrib/gnunet_fs_gtk_main_window.glade  2011-12-31 19:21:11 UTC 
(rev 18871)
@@ -1275,9 +1275,9 @@
           </packing>
         </child>
         <child>
-          <object class="GtkHBox" id="GNUNET_GTK_main_window_hbox">
+          <object class="GtkHPaned" id="main_window_hpaned">
             <property name="visible">True</property>
-            <property name="can_focus">False</property>
+            <property name="can_focus">True</property>
             <child>
               <object class="GtkNotebook" id="GNUNET_GTK_main_window_notebook">
                 <property name="visible">True</property>
@@ -1289,23 +1289,11 @@
                 <signal name="switch-page" 
handler="GNUNET_GTK_main_window_notebook_switch_page_cb" after="yes" 
swapped="no"/>
               </object>
               <packing>
-                <property name="expand">True</property>
-                <property name="fill">True</property>
-                <property name="position">0</property>
+                <property name="resize">True</property>
+                <property name="shrink">False</property>
               </packing>
             </child>
             <child>
-              <object class="GtkVSeparator" 
id="GNUNET_GTK_main_window_separator">
-                <property name="visible">True</property>
-                <property name="can_focus">False</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">True</property>
-                <property name="position">1</property>
-              </packing>
-            </child>
-            <child>
               <object class="GtkVBox" id="GNUNET_GTK_main_window_extras_vbox">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
@@ -1333,6 +1321,7 @@
                     <property name="vadjustment">adjustment2</property>
                     <property name="hscrollbar_policy">automatic</property>
                     <property name="vscrollbar_policy">automatic</property>
+                    <property name="shadow_type">in</property>
                     <child>
                       <object class="GtkTreeView" 
id="GNUNET_GTK_main_window_metadata_treeview">
                         <property name="visible">True</property>
@@ -1389,9 +1378,8 @@
                 </child>
               </object>
               <packing>
-                <property name="expand">True</property>
-                <property name="fill">True</property>
-                <property name="position">2</property>
+                <property name="resize">True</property>
+                <property name="shrink">False</property>
               </packing>
             </child>
           </object>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]