Make QMenu::separator visible.

Fixes #1615
This commit is contained in:
Tres Finocchiaro
2015-01-12 23:13:11 -05:00
parent 6e899d3993
commit 377cf68ee7

View File

@@ -68,7 +68,7 @@ QMenu {
QMenu::separator {
height: 1px;
background: #c9c9c9;
background: #8d8d8d;
margin-left: 5px;
margin-right: 5px;
}