From 501e9819954d2fb6dfdb831a71b8752b5afd1a2a Mon Sep 17 00:00:00 2001 From: Alexander Valavanis Date: Sat, 8 Jul 2017 12:50:17 +0200 Subject: Fix Gtk alignment API --- src/widgets/spw-utilities.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/widgets/spw-utilities.cpp') diff --git a/src/widgets/spw-utilities.cpp b/src/widgets/spw-utilities.cpp index 88a76b1ed..68fb78327 100644 --- a/src/widgets/spw-utilities.cpp +++ b/src/widgets/spw-utilities.cpp @@ -42,7 +42,6 @@ Gtk::Label * spw_label(Gtk::Grid *table, const gchar *label_text, int col, int r { label_widget->set_text(label_text); } - label_widget->set_alignment(1.0, 0.5); label_widget->show(); label_widget->set_hexpand(); -- cgit v1.2.3