diff options
| author | Eduard Braun <eduard.braun2@gmx.de> | 2017-10-23 19:34:35 +0000 |
|---|---|---|
| committer | Eduard Braun <eduard.braun2@gmx.de> | 2017-10-23 19:34:35 +0000 |
| commit | 8a097e957fac49ee3a34b26776d1b7738a11a308 (patch) | |
| tree | 1f0a0e3f1b7e06163adbb3efd2222a2671c86f2e | |
| parent | Save decl list for 'font-face' rule. Micro-step in supporting rule. (diff) | |
| download | inkscape-8a097e957fac49ee3a34b26776d1b7738a11a308.tar.gz inkscape-8a097e957fac49ee3a34b26776d1b7738a11a308.zip | |
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
| -rw-r--r-- | share/ui/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
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; } - |
