summaryrefslogtreecommitdiffstats
path: root/src/widget/wlabel.cpp
diff options
context:
space:
mode:
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);