[Gui] Reduce separator from 2px to 1px
This commit is contained in:
@@ -508,7 +508,7 @@ QMenu::item:disabled {
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
height: 2px;
|
||||
height: 1px;
|
||||
background-color: @GroupboxBorderColor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user