[gnome-terminal] profile: Move the terminal bell above the text settings



commit 9188c6da703b1a0a5b7ed23364c2e2226127e71c
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri May 2 12:54:50 2014 +0200

    profile: Move the terminal bell above the text settings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724110

 src/profile-preferences.ui |   37 +++++++++++++++++++------------------
 1 files changed, 19 insertions(+), 18 deletions(-)
---
diff --git a/src/profile-preferences.ui b/src/profile-preferences.ui
index 06d91e5..29359b0 100644
--- a/src/profile-preferences.ui
+++ b/src/profile-preferences.ui
@@ -216,7 +216,7 @@
                   <object class="GtkTable" id="general-table">
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
-                    <property name="n_rows">4</property>
+                    <property name="n_rows">5</property>
                     <property name="n_columns">4</property>
                     <property name="column_spacing">12</property>
                     <property name="row_spacing">6</property>
@@ -418,6 +418,23 @@
                         <property name="bottom_attach">4</property>
                       </packing>
                     </child>
+                    <child>
+                      <object class="GtkCheckButton" id="bell-checkbutton">
+                        <property name="label" translatable="yes">Terminal _bell</property>
+                        <property name="visible">True</property>
+                        <property name="can_focus">True</property>
+                        <property name="receives_default">False</property>
+                        <property name="use_underline">True</property>
+                        <property name="xalign">0.5</property>
+                        <property name="draw_indicator">True</property>
+                      </object>
+                      <packing>
+                        <property name="left_attach">0</property>
+                        <property name="right_attach">4</property>
+                        <property name="top_attach">4</property>
+                        <property name="bottom_attach">5</property>
+                      </packing>
+                    </child>
                   </object>
                   <packing>
                     <property name="expand">False</property>
@@ -508,22 +525,6 @@
                   </packing>
                 </child>
                 <child>
-                  <object class="GtkCheckButton" id="bell-checkbutton">
-                    <property name="label" translatable="yes">Terminal _bell</property>
-                    <property name="visible">True</property>
-                    <property name="can_focus">True</property>
-                    <property name="receives_default">False</property>
-                    <property name="use_underline">True</property>
-                    <property name="xalign">0.5</property>
-                    <property name="draw_indicator">True</property>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                    <property name="position">4</property>
-                  </packing>
-                </child>
-                <child>
                   <object class="GtkCheckButton" id="rewrap-on-resize-checkbutton">
                     <property name="label" translatable="yes">_Rewrap on resize</property>
                     <property name="visible">True</property>
@@ -536,7 +537,7 @@
                   <packing>
                     <property name="expand">False</property>
                     <property name="fill">False</property>
-                    <property name="position">10</property>
+                    <property name="position">4</property>
                   </packing>
                 </child>
               </object>


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