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 f2a1c5f commit 76be69fCopy full SHA for 76be69f
1 file changed
src/panel/widgets/clock.cpp
@@ -1,5 +1,4 @@
1
#include <glibmm.h>
2
-#include <iostream>
3
#include "clock.hpp"
4
5
void WayfireClock::init(Gtk::Box *container)
@@ -8,7 +7,7 @@ void WayfireClock::init(Gtk::Box *container)
8
7
button->get_style_context()->add_class("clock");
9
button->set_child(label);
10
button->show();
11
- label.set_justify(Gtk::JUSTIFY_CENTER);
+ label.set_justify(Gtk::Justification::CENTER);
12
label.show();
13
14
update_label();
0 commit comments