[polari] ui: Update connection-list dialog



commit e1a67ae6afd2e185ee404bc8bb6aa948054d11e0
Author: Florian Müllner <fmuellner gnome org>
Date:   Mon May 26 19:50:57 2014 +0200

    ui: Update connection-list dialog
    
    Switch to using a header bar here as well ...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730776

 data/resources/connection-list-dialog.ui |   36 ++++-------------------------
 1 files changed, 5 insertions(+), 31 deletions(-)
---
diff --git a/data/resources/connection-list-dialog.ui b/data/resources/connection-list-dialog.ui
index ce7bcab..50e8215 100644
--- a/data/resources/connection-list-dialog.ui
+++ b/data/resources/connection-list-dialog.ui
@@ -4,6 +4,7 @@
   <object class="GtkDialog" id="connection_list_dialog">
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">Connections</property>
+    <property name="use_header_bar">1</property>
     <property name="modal">True</property>
     <property name="default_width">500</property>
     <property name="default_height">400</property>
@@ -14,38 +15,14 @@
         <property name="can_focus">False</property>
         <property name="orientation">vertical</property>
         <property name="spacing">2</property>
-        <child internal-child="action_area">
-          <object class="GtkButtonBox" id="dialog-action_area1">
-            <property name="can_focus">False</property>
-            <property name="layout_style">end</property>
-            <child>
-              <object class="GtkButton" id="button3">
-                <property name="label" translatable="yes">_Close</property>
-                <property name="visible">True</property>
-                <property name="can_focus">True</property>
-                <property name="receives_default">True</property>
-                <property name="use_underline">True</property>
-              </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">True</property>
-                <property name="position">1</property>
-              </packing>
-            </child>
-          </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="GtkBox" id="box1">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
-            <property name="margin_left">6</property>
-            <property name="margin_right">6</property>
+            <property name="margin_left">12</property>
+            <property name="margin_right">12</property>
+            <property name="margin_top">12</property>
+            <property name="margin_bottom">12</property>
             <property name="orientation">vertical</property>
             <child>
               <object class="GtkScrolledWindow" id="scrolledwindow">
@@ -210,8 +187,5 @@
         </child>
       </object>
     </child>
-    <action-widgets>
-      <action-widget response="-7">button3</action-widget>
-    </action-widgets>
   </object>
 </interface>


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