Remove vertical padding in QMenuBar in Light Theme (#1566)

This commit is contained in:
Florian Märkl 2019-05-20 20:53:25 +02:00 committed by GitHub
parent 3cef904843
commit 29aed93bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,6 +164,8 @@ QMenuBar
{
background-color:#007ac1;
height:40px;
padding-top: 0;
padding-bottom: 0;
}
QMenuBar::item