Fix QDockWIdget title position on Mac OSX

This commit is contained in:
ColinDuquesnoy 2014-05-29 23:57:21 +02:00
parent d852d0b2cf
commit 5e15868363

View File

@ -73,6 +73,7 @@ def load_stylesheet(pyside=True):
QDockWidget::title QDockWidget::title
{ {
background-color: #353434; background-color: #353434;
text-align: center;
} }
''' '''
stylesheet += mac_fix stylesheet += mac_fix