[gnome-terminal] profile: Move the ID to the second line



commit eefd0e937f6c6fdcf37dddf2e9d82bcb081c3cbc
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Jul 8 15:28:47 2014 +0200

    profile: Move the ID to the second line
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724110

 src/profile-preferences.ui |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/src/profile-preferences.ui b/src/profile-preferences.ui
index 153b486..f7d0cf2 100644
--- a/src/profile-preferences.ui
+++ b/src/profile-preferences.ui
@@ -229,8 +229,8 @@
                       <packing>
                         <property name="left_attach">1</property>
                         <property name="right_attach">4</property>
-                        <property name="top_attach">1</property>
-                        <property name="bottom_attach">2</property>
+                        <property name="top_attach">0</property>
+                        <property name="bottom_attach">1</property>
                       </packing>
                     </child>
                     <child>
@@ -244,8 +244,8 @@
                         <property name="mnemonic_widget">profile-name-entry</property>
                       </object>
                       <packing>
-                        <property name="top_attach">1</property>
-                        <property name="bottom_attach">2</property>
+                        <property name="top_attach">0</property>
+                        <property name="bottom_attach">1</property>
                         <property name="x_options">GTK_FILL</property>
                       </packing>
                     </child>
@@ -257,7 +257,10 @@
                         <property name="label" translatable="yes">Profile ID:</property>
                       </object>
                       <packing>
-                        <property name="x_options">GTK_FILL</property>
+                        <property name="left_attach">0</property>
+                        <property name="right_attach">1</property>
+                        <property name="top_attach">1</property>
+                        <property name="bottom_attach">2</property>
                       </packing>
                     </child>
                     <child>
@@ -270,6 +273,8 @@
                       <packing>
                         <property name="left_attach">1</property>
                         <property name="right_attach">4</property>
+                        <property name="top_attach">1</property>
+                        <property name="bottom_attach">2</property>
                       </packing>
                     </child>
                     <child>


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