From 8a097e957fac49ee3a34b26776d1b7738a11a308 Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Mon, 23 Oct 2017 21:34:35 +0200 Subject: UI: Fix canvas scrollbar width a little The underlying issue are the three icons that are squished into the corners of scrollbars/rulers: - in gtk2 they where shrunk down till they fit into the available space (which probably wasn't a great solution either) - in gtk3 they blow up the container till it fits A proper fix would probably be to either a) moving those buttons elsewhere or b) specifically design small buttons/icons for this purpose --- share/ui/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/ui/style.css b/share/ui/style.css index f2883fda4..92b3c412c 100644 --- a/share/ui/style.css +++ b/share/ui/style.css @@ -88,7 +88,8 @@ combobox window.popup scrolledwindow treeview separator { -GtkComboBox-appears-as-list: true; } -#LockGuides { +#LockGuides, +#StickyZoom, +#CMS_Adjust { padding: 0; } - -- cgit v1.2.3