summaryrefslogtreecommitdiffstats
path: root/src/extension/prefdialog/widget-spacer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-07Extensions: Handle optiongroup options without valuePatrick Storz1-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
2019-08-31Add new widget "spacer" which adds an empty space between widgetsPatrick Storz1-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.