[glom] Relationships Overview: Correct the packing in the dialog.



commit 2b0730e352f8b16bfb13678885a93c547a112688
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Aug 8 21:24:04 2011 +0200

    Relationships Overview: Correct the packing in the dialog.
    
    * ui/developer/dialog_relationships_overview.glade:
    Let the scrolledwindow expand. This was really silly and must have
    happened during some edit with a bad version of Glade.

 ChangeLog                                        |    8 +++
 ui/developer/dialog_relationships_overview.glade |   69 +++++++++++----------
 2 files changed, 44 insertions(+), 33 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 190bcf9..03eb9be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2011-08-08  Murray Cumming  <murrayc murrayc com>
 
+	Relationships Overview: Correct the packing in the dialog.
+
+	* ui/developer/dialog_relationships_overview.glade:
+	Let the scrolledwindow expand. This was really silly and must have 
+	happened during some edit with a bad version of Glade.
+
+2011-08-08  Murray Cumming  <murrayc murrayc com>
+
 	Print Layout: Select All: Added ctrl-A keyboard shortcut.
 
 	* glom/mode_design/print_layouts/window_print_layout_edit.cc:
diff --git a/ui/developer/dialog_relationships_overview.glade b/ui/developer/dialog_relationships_overview.glade
index 11b4dc4..6e91b14 100644
--- a/ui/developer/dialog_relationships_overview.glade
+++ b/ui/developer/dialog_relationships_overview.glade
@@ -1,49 +1,22 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <interface>
   <requires lib="gtk+" version="2.16"/>
-  <!-- interface-requires gtksourceview 0.0 -->
-  <!-- interface-naming-policy toplevel-contextual -->
-
   <object class="GtkDialog" id="dialog_relationships_overview">
+    <property name="can_focus">False</property>
     <property name="border_width">6</property>
     <property name="title" translatable="yes">Relationships Overview</property>
     <property name="default_width">400</property>
     <property name="default_height">400</property>
     <property name="type_hint">dialog</property>
     <child internal-child="vbox">
-      <object class="GtkVBox" id="vbox_main">
+      <object class="GtkBox" id="vbox_main">
         <property name="visible">True</property>
+        <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
-        <child>
-          <object class="GtkVBox" id="vbox_placeholder_menubar">
-            <property name="visible">True</property>
-            <property name="orientation">vertical</property>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">1</property>
-          </packing>
-        </child>
-        <child>
-          <object class="GtkScrolledWindow" id="scrolledwindow_canvas">
-            <property name="visible">True</property>
-            <property name="can_focus">True</property>
-            <property name="border_width">6</property>
-            <property name="hscrollbar_policy">automatic</property>
-            <property name="vscrollbar_policy">automatic</property>
-            <property name="shadow_type">in</property>
-            <child>
-              <placeholder/>
-            </child>
-          </object>
-          <packing>
-            <property name="position">2</property>
-          </packing>
-        </child>
         <child internal-child="action_area">
-          <object class="GtkHButtonBox" id="hbuttonbox38">
+          <object class="GtkButtonBox" id="hbuttonbox38">
             <property name="visible">True</property>
+            <property name="can_focus">False</property>
             <property name="layout_style">end</property>
             <child>
               <object class="GtkButton" id="button30">
@@ -52,6 +25,7 @@
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
+                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
               </object>
               <packing>
@@ -67,6 +41,7 @@
                 <property name="can_focus">True</property>
                 <property name="can_default">True</property>
                 <property name="receives_default">False</property>
+                <property name="use_action_appearance">False</property>
                 <property name="use_stock">True</property>
               </object>
               <packing>
@@ -78,10 +53,38 @@
           </object>
           <packing>
             <property name="expand">False</property>
+            <property name="fill">True</property>
             <property name="pack_type">end</property>
             <property name="position">0</property>
           </packing>
         </child>
+        <child>
+          <object class="GtkVBox" id="vbox_placeholder_menubar">
+            <property name="visible">True</property>
+            <property name="can_focus">False</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">False</property>
+            <property name="position">1</property>
+          </packing>
+        </child>
+        <child>
+          <object class="GtkScrolledWindow" id="scrolledwindow_canvas">
+            <property name="visible">True</property>
+            <property name="can_focus">True</property>
+            <property name="border_width">6</property>
+            <property name="shadow_type">in</property>
+            <child>
+              <placeholder/>
+            </child>
+          </object>
+          <packing>
+            <property name="expand">True</property>
+            <property name="fill">True</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
       </object>
     </child>
     <action-widgets>



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