diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/main-window.ui | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/gui/main-window.ui b/gui/main-window.ui index 33ee99d3..db75a20d 100644 --- a/gui/main-window.ui +++ b/gui/main-window.ui @@ -99,7 +99,7 @@ <item> <widget class="QFrame" name="video_feed"> <property name="sizePolicy"> - <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> @@ -110,6 +110,12 @@ <height>240</height> </size> </property> + <property name="maximumSize"> + <size> + <width>320</width> + <height>240</height> + </size> + </property> <widget class="QFrame" name="video_frame"> <property name="geometry"> <rect> @@ -125,6 +131,18 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="minimumSize"> + <size> + <width>320</width> + <height>240</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>320</width> + <height>240</height> + </size> + </property> <widget class="QLabel" name="video_frame_label"> <property name="geometry"> <rect> |