Skip to content

Commit 288280a

Browse files
authored
A workaround when kiconthemes is installed (#26)
If kiconthemes ≥ 5.80.0 is installed, stylesheet SVG icons will be controlled by it but it has a bug that makes the main menu icon disappear in one LXQt theme. Therefore, a workaround is added to that theme. NOTE: The bug(s) of kiconthemes ≥ 5.80.0 may also make some icons ugly. Unfortunately, we can do nothing about it.
1 parent a6481e5 commit 288280a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

themes/kvantum/lxqt-panel.qss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,11 @@ TrayIcon {
342342
* Main menu
343343
*/
344344
#MainMenu {
345+
color: white;
346+
margin: 1px;
347+
padding: 1px;
348+
border: 1px solid transparent;
345349
qproperty-icon: url(/lxqt-panel/mainmenu.svg);
346-
color: #EEEEEE;
347350
}
348351

349352
#MainMenu ActionView {

0 commit comments

Comments
 (0)