mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +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_useCustomPen = false;
|
||||||
m_useCustomFont = false;
|
m_useCustomFont = false;
|
||||||
m_align = Qt::AlignLeft;
|
m_align = Qt::AlignLeft | Qt::AlignVCenter;
|
||||||
m_mode = Qt::ElideMiddle;
|
m_mode = Qt::ElideMiddle;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user