summaryrefslogtreecommitdiffstats
path: root/share/ui/style.css (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc. typosluz.paz2018-10-061-1/+1
| | | Found via `codespell`
* Allow symbols dialog on dark themeJabiertxof2018-09-131-13/+5
|
* Fix bug pointed by moini in ↵Jabiertxof2018-08-091-1/+18
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271
* Update style.css to improve margin and padding in #InkSpinScaleGemy Cédric2018-04-291-7/+21
|
* Really update style sheet for recent Swatches dialog changes.Tavmjong Bah2018-01-181-1/+7
|
* Replace the Gtk::Range by Gtk::Scale in the InkSpinScale widget.Tavmjong Bah2017-12-191-0/+20
| | | | The Gtk::Scale is more likely to produce a satisfactory result independent of theme.
* Replace GimpSpinScale by InkSpinScale.Tavmjong Bah2017-12-181-0/+21
|
* Reduce with of +/- buttons. Reduce width of Fill and Stroke dialog.Tavmjong Bah2017-12-181-1/+13
|
* Fix scrollbar overlapping palette.Tavmjong Bah2017-12-131-0/+5
|
* UI: Fix canvas scrollbar width a littleEduard Braun2017-10-231-2/+3
| | | | | | | | | | | | 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
* Remove deprecated GtkWidget-separator-height, ignored as of 3.20.Tavmjong Bah2016-11-251-2/+0
| | | (bzr r15272)
* Remove deprecated GtkWidget:wide-seperators which is ignored as of 3.20.Tavmjong Bah2016-11-251-2/+0
| | | (bzr r15271)
* Remove unneeded widget in Status Bar. Reorder code. Use two lines for status ↵Tavmjong Bah2016-05-181-8/+4
| | | | | message in Gtk3. (bzr r14900)
* Gtk3: Use theme colors for ruler. Reduce size of spin buttons.Tavmjong Bah2016-05-091-9/+48
| | | (bzr r14881)
* Attemt to fix ruler background for GTK 3.20.Tavmjong Bah2016-05-081-0/+8
| | | (bzr r14876.1.1)
* Start of GTK3 external style sheet support.Tavmjong Bah2016-05-081-0/+55
(bzr r14873.1.1)