Skip to content

Commit f1047af

Browse files
committed
Qt: Make checked menu item visible in Darker Fusion
1 parent 24bf2bc commit f1047af

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/duckstation-qt/qtthemes.cpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,11 @@ QMenu::item {
202202
QMenu::item:selected {
203203
background-color: #414141;
204204
}
205+
QMenu::icon:checked {
206+
background: #414141;
207+
border: 1px solid #777;
208+
border-radius: 4px;
209+
}
205210
QMenuBar::item {
206211
padding: 4px 6px;
207212
border-radius: 6px;
@@ -216,6 +221,9 @@ QToolTip {
216221
border: 1px solid #444;
217222
border-radius: 6px;
218223
padding: 2px;
224+
}
225+
QToolBar {
226+
border: none;
219227
}
220228
)");
221229

0 commit comments

Comments
 (0)