[gnome-maps] sidebar: Make graphhopper label small



commit 5c53ae14aa874615b34f716eabb80dc938158ceb
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Thu Feb 26 13:27:54 2015 +0100

    sidebar: Make graphhopper label small

 data/gnome-maps.css |    4 ++++
 data/ui/sidebar.ui  |    3 +++
 2 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/data/gnome-maps.css b/data/gnome-maps.css
index cf14d80..12e021a 100644
--- a/data/gnome-maps.css
+++ b/data/gnome-maps.css
@@ -89,3 +89,7 @@
 .maps-check-in GtkTextView {
     font-size: large;
 }
+
+.small-label {
+    font-size: small;
+}
diff --git a/data/ui/sidebar.ui b/data/ui/sidebar.ui
index 6da7205..7ce3c1f 100644
--- a/data/ui/sidebar.ui
+++ b/data/ui/sidebar.ui
@@ -177,6 +177,9 @@
         <property name="use_action_appearance">False</property>
         <property name="relief">none</property>
         <property name="uri">https://graphhopper.com</property>
+        <style>
+          <class name="small-label"/>
+        </style>
       </object>
     </child>
   </object>


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