summaryrefslogtreecommitdiffstats
path: root/share/ui
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2019-10-09 08:41:45 +0000
committerTavmjong Bah <tavmjong@free.fr>2019-10-09 08:41:45 +0000
commit68e497798664acbe8c9b38d7b1ae2ce1e7a44644 (patch)
tree0e618485d8347110af74ce8b9ab857a648f8d727 /share/ui
parentFix segfault in reading in meshes when xml:space="preserve". (diff)
downloadinkscape-68e497798664acbe8c9b38d7b1ae2ce1e7a44644.tar.gz
inkscape-68e497798664acbe8c9b38d7b1ae2ce1e7a44644.zip
Reduce spacing between entries in Unicode Character dialog. Bump up font-size.
Partial fix for https://gitlab.com/inkscape/inkscape/issues/436
Diffstat (limited to 'share/ui')
-rw-r--r--share/ui/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/ui/style.css b/share/ui/style.css
index 52be5a274..c680e4382 100644
--- a/share/ui/style.css
+++ b/share/ui/style.css
@@ -492,3 +492,7 @@ combobox window.popup scrolledwindow treeview separator {}
padding: 0;
outline-style: none;
}
+
+#UnicodeIconView {
+ font-size: 16px;
+}