1
0
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:
Christian Muehlhaeuser 2012-06-07 13:01:02 +02:00
parent 145d95166d
commit 197dda1ff7

View File

@ -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;
}