diff options
author | 2022-07-04 23:43:48 +0530 | |
---|---|---|
committer | 2022-07-05 00:35:39 +0530 | |
commit | 8a74ccbcfc1471bbd3fad54250a3d22398e62772 (patch) | |
tree | 307b0c4a5a1362de206c96a0c70da52bc3cae35a /src/settingswidget.ui | |
parent | 6c6275c34bfc4d1e37dfa50495c977af485f9cf0 (diff) | |
download | whatsie-8a74ccbcfc1471bbd3fad54250a3d22398e62772.tar.gz whatsie-8a74ccbcfc1471bbd3fad54250a3d22398e62772.zip |
chore(ui): update ui color
- update color to match vendor specified
one in settings widget
- add bottom strip in lock dialog
Diffstat (limited to 'src/settingswidget.ui')
-rw-r--r-- | src/settingswidget.ui | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/settingswidget.ui b/src/settingswidget.ui index 900d949..1b259a8 100644 --- a/src/settingswidget.ui +++ b/src/settingswidget.ui @@ -38,9 +38,7 @@ </sizepolicy> </property> <property name="styleSheet"> - <string notr="true">/*background-color: qlineargradient(spread:reflect, x1:0, y1:1, x2:1, y2:1, stop:0 rgba(63, 129, 216, 255), stop:0.328358 rgba(63, 129, 216, 111), stop:0.61194 rgba(63, 129, 216, 48), stop:0.895522 rgba(63, 129, 216, 15));*/ - -background-color: qlineargradient(spread:reflect, x1:0, y1:1, x2:1, y2:1, stop:0 rgba(28, 139, 130, 255), stop:0.328358 rgba(28, 139, 130, 144), stop:0.61194 rgba(28, 139, 130, 78), stop:0.895522 rgba(28, 139, 130, 6)); + <string notr="true"> </string> </property> <layout class="QHBoxLayout" name="horizontalLayout_7"> @@ -97,7 +95,7 @@ background:transparent; <property name="geometry"> <rect> <x>0</x> - <y>-14</y> + <y>0</y> <width>677</width> <height>791</height> </rect> @@ -1070,7 +1068,7 @@ background:transparent; </size> </property> <property name="styleSheet"> - <string notr="true">background-color: rgb(74, 223, 131);</string> + <string notr="true">background-color: rgb(6, 207, 156);</string> </property> <layout class="QVBoxLayout" name="verticalLayout_4"/> </widget> |