From 9e418d51aac5649280e014f6a30c894ee56bab0a Mon Sep 17 00:00:00 2001 From: Oceguera Conchas <no67wuwu@idiv.de> Date: Mon, 14 Nov 2022 09:43:09 +0100 Subject: [PATCH] the background color has been changed --- netCDFVisualizer.ui | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/netCDFVisualizer.ui b/netCDFVisualizer.ui index 7d4ac7a..47278a2 100644 --- a/netCDFVisualizer.ui +++ b/netCDFVisualizer.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>1274</width> - <height>880</height> + <width>1273</width> + <height>792</height> </rect> </property> <property name="sizePolicy"> @@ -18,8 +18,8 @@ </property> <property name="minimumSize"> <size> - <width>1203</width> - <height>792</height> + <width>1273</width> + <height>0</height> </size> </property> <property name="maximumSize"> @@ -31,6 +31,9 @@ <property name="windowTitle"> <string>EBVCubeVisualizer</string> </property> + <property name="styleSheet"> + <string notr="true">background-color: rgb(249, 255, 254);</string> + </property> <property name="modal"> <bool>false</bool> </property> @@ -170,7 +173,7 @@ <widget class="QWidget" name="layoutWidget"> <property name="geometry"> <rect> - <x>953</x> + <x>1010</x> <y>750</y> <width>231</width> <height>25</height> -- GitLab