summaryrefslogtreecommitdiffstats
path: root/src/widget/wlabel.cpp
diff options
context:
space:
mode:
authorOwen Williams <owilliams@mixxx.org>2014-03-15 10:01:05 -0400
committerOwen Williams <owilliams@mixxx.org>2014-03-15 10:01:05 -0400
commite4906acfef1d638793f0b07cc44ccaaff3369e6f (patch)
tree67bc677aa942ee8e876df762592850ea00c72914 /src/widget/wlabel.cpp
parent82399a242b6b215cd245bbce7c95923a4692280c (diff)
Remove unnecessary alignment
Diffstat (limited to 'src/widget/wlabel.cpp')
-rw-r--r--src/widget/wlabel.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widget/wlabel.cpp b/src/widget/wlabel.cpp
index f0faec9d68..30e9b30eef 100644
--- a/src/widget/wlabel.cpp
+++ b/src/widget/wlabel.cpp
@@ -55,7 +55,6 @@ void WLabel::setup(QDomNode node, const SkinContext& context) {
}
// Alignment
- setAlignment(Qt::AlignHCenter | Qt::AlignVCenter);
if (context.hasNode(node, "Alignment")) {
if (context.selectString(node, "Alignment") == "right") {
setAlignment(Qt::AlignRight | Qt::AlignVCenter);