mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-25 02:09:48 +01:00
* Set default vertical alignment for QueryLabels to be centered.
This commit is contained in:
parent
145d95166d
commit
197dda1ff7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user