diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-07-11 16:04:18 +0200 |
|---|---|---|
| committer | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-07-11 16:04:18 +0200 |
| commit | 1a2036d4b624a74caf9799e843e385dc6618748f (patch) | |
| tree | 855226684451e512ade500c4289f206499cd00f7 /data | |
| parent | d9aada29009c66c6d146d88b20ab43f967653566 (diff) | |
Add setting entry
Diffstat (limited to 'data')
| -rw-r--r-- | data/ui/options_dialog.ui | 21 |
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> |
