diff options
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"> |