From bc06711373d9731906dc9a5a09b0418274740148 Mon Sep 17 00:00:00 2001 From: Oceguera Conchas <no67wuwu@idiv.de> Date: Tue, 22 Nov 2022 09:45:48 +0100 Subject: [PATCH] has been updated --- EBVCubeVisualizer.ui | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/EBVCubeVisualizer.ui b/EBVCubeVisualizer.ui index e4b10b9..23bc959 100644 --- a/EBVCubeVisualizer.ui +++ b/EBVCubeVisualizer.ui @@ -11,7 +11,7 @@ </rect> </property> <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> @@ -19,7 +19,7 @@ <property name="minimumSize"> <size> <width>1273</width> - <height>0</height> + <height>792</height> </size> </property> <property name="maximumSize"> @@ -28,12 +28,21 @@ <height>16777190</height> </size> </property> + <property name="mouseTracking"> + <bool>false</bool> + </property> <property name="windowTitle"> <string>EBVCubeVisualizer</string> </property> + <property name="autoFillBackground"> + <bool>false</bool> + </property> <property name="styleSheet"> <string notr="true">background-color: rgb(249, 255, 254);</string> </property> + <property name="sizeGripEnabled"> + <bool>false</bool> + </property> <property name="modal"> <bool>false</bool> </property> -- GitLab