summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/widget-spacer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Extensions: Handle optiongroup options without valuePatrick Storz2019-09-071-3/+0
| | | | | | | | | | We use the user visible GUI text as value in this case, which may or may not be translated. For backwards-compatibility with enum items use the untranslated value instead, if one of the deprecated tag-names is found. Fixes https://gitlab.com/inkscape/inkscape/issues/399
* Add new widget "spacer" which adds an empty space between widgetsPatrick Storz2019-08-311-0/+65
The attribute "size" allows to define the spacing in px. The special value "expand" can be used to make the spacer consume all available space in the parent.