diff options
author | 2022-06-23 21:10:13 +0530 | |
---|---|---|
committer | 2022-06-23 21:17:10 +0530 | |
commit | b96a28dbc329d38ba64184b0eae023010d9c2be6 (patch) | |
tree | 1c3981943ab1e3a2c541ac06c6f25feb08bfdac5 /src/settingswidget.ui | |
parent | 26f5659b793eb574d48e6ffeee4506da98b3c39d (diff) | |
download | whatsie-b96a28dbc329d38ba64184b0eae023010d9c2be6.tar.gz whatsie-b96a28dbc329d38ba64184b0eae023010d9c2be6.zip |
chore: add full view support closes #46
- an option in setting to allow toggle full view mode
- remove unused webchannel module
Diffstat (limited to 'src/settingswidget.ui')
-rw-r--r-- | src/settingswidget.ui | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/src/settingswidget.ui b/src/settingswidget.ui index 76a7649..cbf98e1 100644 --- a/src/settingswidget.ui +++ b/src/settingswidget.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>691</width> - <height>860</height> + <width>693</width> + <height>867</height> </rect> </property> <property name="windowTitle"> @@ -97,8 +97,8 @@ background:transparent; <property name="geometry"> <rect> <x>0</x> - <y>0</y> - <width>675</width> + <y>-14</y> + <width>677</width> <height>791</height> </rect> </property> @@ -375,6 +375,16 @@ background:transparent; </property> </widget> </item> + <item row="4" column="1"> + <widget class="QCheckBox" name="fullWidthViewCheckbox"> + <property name="toolTip"> + <string>Expand the view to full width of window</string> + </property> + <property name="text"> + <string>Full width view</string> + </property> + </widget> + </item> </layout> </item> <item row="15" column="0"> |