[gnome-terminal] profile: Add a heading for the text settings



commit 2375ca354b33c3341e722c43a2f1e706601db650
Author: Debarshi Ray <debarshir gnome org>
Date:   Fri May 2 14:28:43 2014 +0200

    profile: Add a heading for the text settings
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724110

 src/profile-preferences.ui |   39 ++++++++++++++++++++++++++++++---------
 1 files changed, 30 insertions(+), 9 deletions(-)
---
diff --git a/src/profile-preferences.ui b/src/profile-preferences.ui
index f12f0c9..12f2251 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">8</property>
+                    <property name="n_rows">9</property>
                     <property name="n_columns">4</property>
                     <property name="column_spacing">12</property>
                     <property name="row_spacing">6</property>
@@ -436,8 +436,27 @@
                       </packing>
                     </child>
                     <child>
+                      <object class="GtkLabel" id="text-appearance-heading">
+                        <property name="margin_top">12</property>
+                        <property name="visible">True</property>
+                        <property name="can_focus">False</property>
+                        <property name="xalign">0</property>
+                        <property name="label" translatable="yes">Text Appearance</property>
+                        <attributes>
+                          <attribute name="weight" value="bold"/>
+                        </attributes>
+                      </object>
+                      <packing>
+                        <property name="left_attach">0</property>
+                        <property name="right_attach">1</property>
+                        <property name="top_attach">5</property>
+                        <property name="bottom_attach">6</property>
+                      </packing>
+                    </child>
+                    <child>
                       <object class="GtkCheckButton" id="allow-bold-checkbutton">
                         <property name="label" translatable="yes">_Allow bold text</property>
+                        <property name="margin_left">12</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
@@ -448,13 +467,14 @@
                       <packing>
                         <property name="left_attach">0</property>
                         <property name="right_attach">1</property>
-                        <property name="top_attach">5</property>
-                        <property name="bottom_attach">6</property>
+                        <property name="top_attach">6</property>
+                        <property name="bottom_attach">7</property>
                       </packing>
                     </child>
                     <child>
                       <object class="GtkCheckButton" id="rewrap-on-resize-checkbutton">
                         <property name="label" translatable="yes">_Rewrap on resize</property>
+                        <property name="margin_left">12</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
@@ -465,13 +485,14 @@
                       <packing>
                         <property name="left_attach">0</property>
                         <property name="right_attach">1</property>
-                        <property name="top_attach">6</property>
-                        <property name="bottom_attach">7</property>
+                        <property name="top_attach">7</property>
+                        <property name="bottom_attach">8</property>
                       </packing>
                     </child>
                     <child>
                       <object class="GtkCheckButton" id="custom-font-checkbutton">
                         <property name="label" translatable="yes">_Custom font</property>
+                        <property name="margin_left">12</property>
                         <property name="visible">True</property>
                         <property name="can_focus">True</property>
                         <property name="receives_default">False</property>
@@ -482,8 +503,8 @@
                       <packing>
                         <property name="left_attach">0</property>
                         <property name="right_attach">1</property>
-                        <property name="top_attach">7</property>
-                        <property name="bottom_attach">8</property>
+                        <property name="top_attach">8</property>
+                        <property name="bottom_attach">9</property>
                       </packing>
                     </child>
                     <child>
@@ -499,8 +520,8 @@
                       <packing>
                         <property name="left_attach">1</property>
                         <property name="right_attach">4</property>
-                        <property name="top_attach">7</property>
-                        <property name="bottom_attach">8</property>
+                        <property name="top_attach">8</property>
+                        <property name="bottom_attach">9</property>
                       </packing>
                     </child>
                   </object>


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