summaryrefslogtreecommitdiffstats
path: root/src/extension/CMakeLists.txt
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-08-10 19:25:41 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-08-31 14:50:39 +0000
commita4eea75612acbbfd6b8aed6b48090ca2c76ee657 (patch)
treee53efaa60e611bc73c20b628c1c6e725c6f89f75 /src/extension/CMakeLists.txt
parentAdd new widget "separator" which draws a line between widgets (diff)
downloadinkscape-a4eea75612acbbfd6b8aed6b48090ca2c76ee657.tar.gz
inkscape-a4eea75612acbbfd6b8aed6b48090ca2c76ee657.zip
Add new widget "spacer" which adds an empty space between widgets
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.
Diffstat (limited to 'src/extension/CMakeLists.txt')
-rw-r--r--src/extension/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extension/CMakeLists.txt b/src/extension/CMakeLists.txt
index a82ff3fbe..032b9cd4c 100644
--- a/src/extension/CMakeLists.txt
+++ b/src/extension/CMakeLists.txt
@@ -65,6 +65,7 @@ set(extension_SRC
prefdialog/widget-box.cpp
prefdialog/widget-label.cpp
prefdialog/widget-separator.cpp
+ prefdialog/widget-spacer.cpp
# ------
# Header
@@ -142,6 +143,7 @@ set(extension_SRC
prefdialog/widget-box.h
prefdialog/widget-label.h
prefdialog/widget-separator.h
+ prefdialog/widget-spacer.h
)
if(WIN32)