[gnome-disk-utility/udisks2-port] Set hexpand to TRUE for entry boxes



commit a0697d3c07ef30a1026fe6db4c31d8c99e7f5592
Author: David Zeuthen <davidz redhat com>
Date:   Thu Dec 8 12:37:17 2011 -0500

    Set hexpand to TRUE for entry boxes
    
    Signed-off-by: David Zeuthen <davidz redhat com>

 data/ui/filesystem-create.ui |   41 ++++++++++++++---------------------------
 1 files changed, 14 insertions(+), 27 deletions(-)
---
diff --git a/data/ui/filesystem-create.ui b/data/ui/filesystem-create.ui
index abf38a7..7e20db5 100644
--- a/data/ui/filesystem-create.ui
+++ b/data/ui/filesystem-create.ui
@@ -48,6 +48,7 @@
             <property name="has_tooltip">True</property>
             <property name="tooltip_markup" translatable="yes">The name to use for the filesystem. This is useful if you want to refer to the device via a symlink in the &lt;b&gt;/dev/disk/by-label&lt;/b&gt; directory</property>
             <property name="tooltip_text" translatable="yes">The name to use for the filesystem. This is useful if you want to refer to the device via a symlink in the /dev/disk/by-label directory</property>
+            <property name="hexpand">True</property>
             <property name="invisible_char">â</property>
             <property name="activates_default">True</property>
             <property name="invisible_char_set">True</property>
@@ -84,6 +85,7 @@
             <property name="has_tooltip">True</property>
             <property name="tooltip_markup" translatable="yes">The custom filesystem type to create e.g. &lt;i&gt;btrfs&lt;/i&gt;, &lt;i&gt;xfs&lt;/i&gt; or &lt;i&gt;swap&lt;/i&gt;</property>
             <property name="tooltip_text" translatable="yes">The custom filesystem type to create e.g. btrfs, xfs or swap</property>
+            <property name="hexpand">True</property>
             <property name="invisible_char">â</property>
             <property name="activates_default">True</property>
             <property name="invisible_char_set">True</property>
@@ -137,6 +139,7 @@
             <property name="has_tooltip">True</property>
             <property name="tooltip_markup" translatable="yes">Enter passphrase used to protect the data</property>
             <property name="tooltip_text" translatable="yes">Enter passphrase used to protect the data</property>
+            <property name="hexpand">True</property>
             <property name="visibility">False</property>
             <property name="invisible_char">â</property>
             <property name="activates_default">True</property>
@@ -157,6 +160,7 @@
             <property name="has_tooltip">True</property>
             <property name="tooltip_markup" translatable="yes">Confirm passphrase entered above</property>
             <property name="tooltip_text" translatable="yes">Confirm passphrase entered above</property>
+            <property name="hexpand">True</property>
             <property name="visibility">False</property>
             <property name="invisible_char">â</property>
             <property name="activates_default">True</property>
@@ -173,6 +177,7 @@
           <object class="GtkComboBox" id="type-combobox">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
+            <property name="hexpand">True</property>
             <property name="id_column">0</property>
           </object>
           <packing>
@@ -183,33 +188,6 @@
           </packing>
         </child>
         <child>
-          <placeholder/>
-        </child>
-        <child>
-          <placeholder/>
-        </child>
-        <child>
-          <placeholder/>
-        </child>
-        <child>
-          <placeholder/>
-        </child>
-        <child>
-          <placeholder/>
-        </child>
-        <child>
-          <placeholder/>
-        </child>
-        <child>
-          <placeholder/>
-        </child>
-        <child>
-          <placeholder/>
-        </child>
-        <child>
-          <placeholder/>
-        </child>
-        <child>
           <object class="GtkCheckButton" id="show-passphrase-checkbutton">
             <property name="label" translatable="yes">_Show Passphrases</property>
             <property name="visible">True</property>
@@ -247,6 +225,15 @@
             <property name="height">1</property>
           </packing>
         </child>
+        <child>
+          <placeholder/>
+        </child>
+        <child>
+          <placeholder/>
+        </child>
+        <child>
+          <placeholder/>
+        </child>
       </object>
     </child>
   </object>



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