summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-06-27 11:52:11 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-06-29 12:01:19 +0000
commitc57475e562adf85fe6e09a2601d8f46fdc0490b6 (patch)
tree404ea4db42eef5087f8807960cb94a4c5753d9bb /share
parentUpdate Ukrainian translation (diff)
downloadinkscape-c57475e562adf85fe6e09a2601d8f46fdc0490b6.tar.gz
inkscape-c57475e562adf85fe6e09a2601d8f46fdc0490b6.zip
Reimplement ruler in C++.
Diffstat (limited to 'share')
-rw-r--r--share/ui/style.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/share/ui/style.css b/share/ui/style.css
index 7eb33f5be..fe379f345 100644
--- a/share/ui/style.css
+++ b/share/ui/style.css
@@ -296,6 +296,10 @@ SPRuler {
color: @theme_fg_color;
}
+#InkRuler {
+ font-size: 7pt;
+}
+
ruler-widget {
background-color: @theme_bg_color;
color: @theme_fg_color;
@@ -407,4 +411,4 @@ combobox window.popup scrolledwindow treeview separator {}
#InkSpinScale spinbutton entry {
padding: 0;
outline-style: none;
-} \ No newline at end of file
+}