[gnome-clocks/wip/vala] Another tweak to standalone



commit ce627c6336f9305f59f4e31504519a704ad1275f
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Feb 16 21:25:48 2013 +0100

    Another tweak to standalone

 data/css/gnome-clocks.css |    8 ++++----
 src/world.ui              |    5 ++++-
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/data/css/gnome-clocks.css b/data/css/gnome-clocks.css
index a225727..24a3a1b 100644
--- a/data/css/gnome-clocks.css
+++ b/data/css/gnome-clocks.css
@@ -55,10 +55,6 @@
                                       );
 }
 
-.clocks-sunrise-sunset {
-    font-size: 18px;
-}
-
 /* alarms */
 
 .clocks-digital-renderer.active {
@@ -106,6 +102,10 @@
     font-size: 64px;
 }
 
+.clocks-secondary-time-label {
+    font-size: 18px;
+}
+
 .clocks-button {
     font-size: 18px;
 }
diff --git a/src/world.ui b/src/world.ui
index 0cc93c4..f9972f5 100644
--- a/src/world.ui
+++ b/src/world.ui
@@ -74,6 +74,9 @@
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="label" translatable="yes"></property>
+            <style>
+              <class name="clocks-secondary-time-label"/>
+            </style>
           </object>
           <packing>
             <property name="left_attach">0</property>
@@ -98,7 +101,7 @@
         <property name="margin_bottom">24</property>
         <property name="column_spacing">12</property>
         <style>
-          <class name="clocks-sunrise-sunset"/>
+          <class name="clocks-secondary-time-label"/>
         </style>
         <child>
           <object class="GtkLabel" id="label2">


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