Overlay blur fix + slightly less white background (#15886)

* remove bluw changed the white background to 2 steps below white

* Delete CMakeSettings.json

* Revert "remove bluw changed the white background to 2 steps below white"

This reverts commit a8cab51f0eb6fc5eb6cb3644d1d13f9421a9b05d.
This commit is contained in:
MisterMaker
2024-08-26 17:48:00 +02:00
committed by GitHub
parent 4204ad3fd8
commit e1f65ee831
4 changed files with 12 additions and 13 deletions

View File

@@ -25,7 +25,7 @@ QFrame {
Gui--OverlayTabWidget {
qproperty-effectColor: rgba(25, 25, 25, 220);
qproperty-effectBlurRadius: 5;
qproperty-effectBlurRadius: 0;
qproperty-effectOffsetX: 0;
qproperty-effectOffsetY: 0;
qproperty-effectWidth: 1;
@@ -35,7 +35,7 @@ QFrame {
Gui--OverlayTabWidget#OverlayBottom {
qproperty-effectColor: rgba(100, 100, 100, 220);
qproperty-effectBlurRadius: 5;
qproperty-effectBlurRadius: 0;
qproperty-effectOffsetX: 0.0;
qproperty-effectOffsetY: 0.0;
qproperty-effectWidth: 1;

View File

@@ -45,8 +45,8 @@ Gui--OverlayTabWidget#OverlayLeft {}
*/
Gui--OverlayTabWidget {
qproperty-effectColor: rgba(225, 225, 225, 220);
qproperty-effectBlurRadius: 5;
qproperty-effectColor: rgba(255, 255, 255, 200);
qproperty-effectBlurRadius: 0;
qproperty-effectOffsetX: 0;
qproperty-effectOffsetY: 0;
qproperty-effectWidth: 1;
@@ -54,8 +54,8 @@ Gui--OverlayTabWidget {
qproperty-enableEffect: 1;
}
Gui--OverlayTabWidget#OverlayBottom {
qproperty-effectColor: rgba(225, 225, 225, 220);
qproperty-effectBlurRadius: 5;
qproperty-effectColor: rgba(225, 225, 225, 200);
qproperty-effectBlurRadius: 0;
qproperty-effectOffsetX: 0.0;
qproperty-effectOffsetY: 0.0;
qproperty-effectWidth: 1;

View File

@@ -48,14 +48,13 @@ Gui--OverlayTabWidget[transparent="true"] Gui--TreePanel QTreeView::item {
color: #ffffff;
}
Gui--OverlayTabWidget[transparent="true"] Gui--TreePanel QTreeView::item:disabled {
color: #9a9a9a;
}
Gui--OverlayTabWidget {
qproperty-effectColor: rgba(25, 25, 25, 220);
qproperty-effectBlurRadius: 5;
qproperty-effectBlurRadius: 0;
qproperty-effectOffsetX: 0;
qproperty-effectOffsetY: 0;
qproperty-effectWidth: 1;
@@ -65,7 +64,7 @@ Gui--OverlayTabWidget {
Gui--OverlayTabWidget#OverlayBottom {
qproperty-effectColor: rgba(225, 225, 225, 220);
qproperty-effectBlurRadius: 5;
qproperty-effectBlurRadius: 0;
qproperty-effectOffsetX: 0.0;
qproperty-effectOffsetY: 0.0;
qproperty-effectWidth: 1;

View File

@@ -28,8 +28,8 @@ Gui--OverlayTabWidget#OverlayLeft {}
*/
Gui--OverlayTabWidget {
qproperty-effectColor: rgba(225, 225, 225, 220);
qproperty-effectBlurRadius: 5;
qproperty-effectColor: rgba(247, 247, 247, 255);
qproperty-effectBlurRadius: 0;
qproperty-effectOffsetX: 0;
qproperty-effectOffsetY: 0;
qproperty-effectWidth: 1;
@@ -37,8 +37,8 @@ Gui--OverlayTabWidget {
qproperty-enableEffect: 1;
}
Gui--OverlayTabWidget#OverlayBottom {
qproperty-effectColor: rgba(225, 225, 225, 220);
qproperty-effectBlurRadius: 5;
qproperty-effectColor: rgba(247, 247, 247, 255);
qproperty-effectBlurRadius: 0;
qproperty-effectOffsetX: 0.0;
qproperty-effectOffsetY: 0.0;
qproperty-effectWidth: 1;