[Gui] Reduce separator from 2px to 1px

This commit is contained in:
Syres916
2025-11-21 19:10:20 +00:00
committed by GitHub
parent beb36c02a4
commit 3bd095922f

View File

@@ -508,7 +508,7 @@ QMenu::item:disabled {
}
QMenu::separator {
height: 2px;
height: 1px;
background-color: @GroupboxBorderColor;
}