[Gui] Reduce separator from 2px to 1px

(cherry picked from commit fc6a39658a)
This commit is contained in:
Syres916
2025-11-24 19:18:46 +01:00
committed by Max Wilfinger
parent 7c0c421401
commit 1d739f9773
+1 -1
View File
@@ -508,7 +508,7 @@ QMenu::item:disabled {
}
QMenu::separator {
height: 2px;
height: 1px;
background-color: @GroupboxBorderColor;
}