aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorLeifa <26681464+TrickyLeifa@users.noreply.github.com>2024-07-12 14:06:27 +0200
committerGitHub <noreply@github.com>2024-07-12 14:06:27 +0200
commitd05636571e234bf28dd49830af52675e6bb20068 (patch)
tree5c20f972419f4efc58e5f23e35f25467b5e3aa43 /data
parentfb64ca386c51cc3942e1f38cfd76132b1b50e9db (diff)
parent712269b4503989736b8b9b64eeeb69cab938b7f8 (diff)
Merge pull request #1016 from AttorneyOnline/restore-window-position
[Feature] Add support for windows position restore
Diffstat (limited to 'data')
-rw-r--r--data/ui/options_dialog.ui21
1 files changed, 19 insertions, 2 deletions
diff --git a/data/ui/options_dialog.ui b/data/ui/options_dialog.ui
index 19100cde..bcdb7a44 100644
--- a/data/ui/options_dialog.ui
+++ b/data/ui/options_dialog.ui
@@ -39,9 +39,9 @@
<property name="geometry">
<rect>
<x>0</x>
- <y>-511</y>
+ <y>-555</y>
<width>394</width>
- <height>850</height>
+ <height>872</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
@@ -573,6 +573,23 @@
</property>
</widget>
</item>
+ <item row="34" column="1">
+ <widget class="QCheckBox" name="restoreposition_cb">
+ <property name="text">
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="34" column="0">
+ <widget class="QLabel" name="restoreposition_lbl">
+ <property name="toolTip">
+ <string>If ticked, some windows restore their last known position where they were closed.</string>
+ </property>
+ <property name="text">
+ <string>Restore Window Position</string>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
</widget>