[Xfce4-commits] <parole:master> Adjusted subtitle font size to something more reasonable than 12.

Sean Davis noreply at xfce.org
Mon Jul 23 01:26:28 CEST 2012


Updating branch refs/heads/master
         to ea3027f845b3212a45f3d36d2967a2bd3950a8ba (commit)
       from 4c8dec4de48469f81f6c75cc972f50602f2c83eb (commit)

commit ea3027f845b3212a45f3d36d2967a2bd3950a8ba
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Thu Jul 19 22:12:48 2012 -0400

    Adjusted subtitle font size to something more reasonable than 12.

 data/interfaces/parole-settings.ui |   27 ++++++++++++++-------------
 1 files changed, 14 insertions(+), 13 deletions(-)

diff --git a/data/interfaces/parole-settings.ui b/data/interfaces/parole-settings.ui
index 10ebbb7..142bdb0 100644
--- a/data/interfaces/parole-settings.ui
+++ b/data/interfaces/parole-settings.ui
@@ -8,6 +8,12 @@
     <property name="can_focus">False</property>
     <property name="stock">gtk-revert-to-saved</property>
   </object>
+  <object class="GtkListStore" id="liststore1">
+    <columns>
+      <!-- column-name gchararray1 -->
+      <column type="gchararray"/>
+    </columns>
+  </object>
   <object class="XfceTitledDialog" id="settings-dialog">
     <property name="can_focus">False</property>
     <property name="title" translatable="yes">Parole Settings</property>
@@ -152,13 +158,13 @@
                                     <property name="visible">True</property>
                                     <property name="can_focus">False</property>
                                     <property name="model">liststore1</property>
-                                        <signal name="changed" handler="parole_conf_dialog_vis_plugin_changed_cb"/>
-                                        <child>
-                                          <object class="GtkCellRendererText" id="cellrenderertext1"/>
-                                          <attributes>
-                                            <attribute name="text">0</attribute>
-                                          </attributes>
-                                        </child>
+                                    <signal name="changed" handler="parole_conf_dialog_vis_plugin_changed_cb" swapped="no"/>
+                                    <child>
+                                      <object class="GtkCellRendererText" id="cellrenderertext1"/>
+                                      <attributes>
+                                        <attribute name="text">0</attribute>
+                                      </attributes>
+                                    </child>
                                   </object>
                                   <packing>
                                     <property name="expand">True</property>
@@ -590,6 +596,7 @@
                                 <property name="can_focus">True</property>
                                 <property name="receives_default">True</property>
                                 <property name="use_action_appearance">False</property>
+                                <property name="font_name">Sans Bold 20</property>
                                 <signal name="font-set" handler="parole_conf_dialog_font_set_cb" swapped="no"/>
                               </object>
                               <packing>
@@ -661,10 +668,4 @@
       <action-widget response="-7">close</action-widget>
     </action-widgets>
   </object>
-    <object class="GtkListStore" id="liststore1">
-    <columns>
-      <!-- column-name gchararray1 -->
-      <column type="gchararray"/>
-    </columns>
-  </object>
 </interface>


More information about the Xfce4-commits mailing list