mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
* Set default vertical alignment for QueryLabels to be centered.
This commit is contained in:
@@ -89,7 +89,7 @@ QueryLabel::init()
|
||||
|
||||
m_useCustomPen = false;
|
||||
m_useCustomFont = false;
|
||||
m_align = Qt::AlignLeft;
|
||||
m_align = Qt::AlignLeft | Qt::AlignVCenter;
|
||||
m_mode = Qt::ElideMiddle;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user