We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e085897 commit f5239feCopy full SHA for f5239fe
1 file changed
src/panel/widgets/clock.cpp
@@ -8,6 +8,7 @@ void WayfireClock::init(Gtk::Box *container)
8
button->get_style_context()->add_class("clock");
9
button->set_child(label);
10
button->show();
11
+ label.set_justify(Gtk::JUSTIFY_CENTER);
12
label.show();
13
14
update_label();
0 commit comments