diff options
| author | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 20:57:56 +0200 |
|---|---|---|
| committer | Felix (xq) Queißner <git@mq32.de> | 2020-06-06 20:57:56 +0200 |
| commit | eb283439a68dfb70a075205859d891dca831626b (patch) | |
| tree | b54923af31c8e05e804b36860ef9bb968f1aee99 /settingsdialog.ui | |
| parent | 304bed8a1f567e7ba247d19ecbeeecd40833db04 (diff) | |
| download | kristall-eb283439a68dfb70a075205859d891dca831626b.tar.gz | |
Improves navigation with hotkeys, adds sane default theme, adds page margin settings.
Diffstat (limited to 'settingsdialog.ui')
| -rw-r--r-- | settingsdialog.ui | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/settingsdialog.ui b/settingsdialog.ui index e3953fc..d30b049 100644 --- a/settingsdialog.ui +++ b/settingsdialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>800</width> - <height>480</height> + <height>520</height> </rect> </property> <property name="windowTitle"> @@ -34,7 +34,7 @@ <item> <widget class="QLabel" name="bg_preview"> <property name="text"> - <string> </string> + <string/> </property> <property name="textFormat"> <enum>Qt::PlainText</enum> @@ -416,6 +416,26 @@ <item row="11" column="1"> <widget class="QComboBox" name="auto_theme"/> </item> + <item row="12" column="0"> + <widget class="QLabel" name="label_13"> + <property name="text"> + <string>Page Margin</string> + </property> + </widget> + </item> + <item row="12" column="1"> + <widget class="QDoubleSpinBox" name="page_margin"> + <property name="suffix"> + <string> px</string> + </property> + <property name="decimals"> + <number>0</number> + </property> + <property name="maximum"> + <double>350.000000000000000</double> + </property> + </widget> + </item> </layout> </item> <item> |
