Styling changes for the subwindow decoration

This commit is contained in:
Umcaruje
2016-05-02 17:19:36 +02:00
parent 47f5b25877
commit 4fd8fce60d
3 changed files with 31 additions and 26 deletions

View File

@@ -78,7 +78,7 @@ private:
QPoint m_position;
QRect m_trackedNormalGeom;
QLabel * m_windowTitle;
QGraphicsDropShadowEffect* m_shadow;
QGraphicsDropShadowEffect * m_shadow;
static void elideText( QLabel *label, QString text );
};