summaryrefslogtreecommitdiff
path: root/src/widgetactions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgetactions.cpp')
-rw-r--r--src/widgetactions.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgetactions.cpp b/src/widgetactions.cpp
index 27cc4fb..44dc851 100644
--- a/src/widgetactions.cpp
+++ b/src/widgetactions.cpp
@@ -204,6 +204,7 @@ void TimeLabelAction::setText(QString s) {
QWidget * TimeLabelAction::createWidget ( QWidget * parent ) {
QLabel * time_label = new QLabel(parent);
+ time_label->setObjectName("time_label");
time_label->setAlignment(Qt::AlignVCenter | Qt::AlignHCenter);
time_label->setAutoFillBackground(true);