Merge pull request #6787 from michaelgregorius/2510-Fix-HiDPI-Issues-For-Menus
Fix HiDPI issues for menus
This commit is contained in:
@@ -82,7 +82,6 @@ lmms--gui--TextFloat, lmms--gui--SimpleTextFloat {
|
||||
QMenu {
|
||||
border:1px solid #747474;
|
||||
background-color: #c9c9c9;
|
||||
font-size:11px;
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
@@ -98,15 +97,12 @@ QMenu::item {
|
||||
|
||||
QMenu::item:selected {
|
||||
color: white;
|
||||
font-weight:bold;
|
||||
background-color: #747474;
|
||||
}
|
||||
|
||||
QMenu::item:disabled {
|
||||
color: #747474;
|
||||
background-color: #c9c9c9;
|
||||
font-size:12px;
|
||||
font-weight: normal;
|
||||
padding: 4px 32px 4px 20px;
|
||||
}
|
||||
|
||||
|
||||
@@ -115,7 +115,6 @@ QSplashScreen QLabel {
|
||||
QMenu {
|
||||
border-top: 2px solid #08993E;
|
||||
background-color: #15191c;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
QMenu::separator {
|
||||
@@ -133,15 +132,12 @@ QMenu::item {
|
||||
|
||||
QMenu::item:selected {
|
||||
color: #d1d8e4;
|
||||
font-weight: normal;
|
||||
background-color: #21272b;
|
||||
}
|
||||
|
||||
QMenu::item:disabled {
|
||||
color: #515459;
|
||||
background-color: #262b30;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
padding: 4px 32px 4px 20px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user