Get rid of gtk_misc_set_alignment(label) and use gtk_label_set_x,yalign()

This commit is contained in:
Michael Natterer
2016-09-08 19:11:20 +02:00
parent d78d4ce82b
commit 4df9a1d568
81 changed files with 207 additions and 196 deletions

View File

@ -213,7 +213,6 @@ gimp_statusbar_init (GimpStatusbar *statusbar)
statusbar);
statusbar->cursor_label = gtk_label_new ("8888, 8888");
gtk_misc_set_alignment (GTK_MISC (statusbar->cursor_label), 0.5, 0.5);
gtk_box_pack_start (GTK_BOX (hbox), statusbar->cursor_label, FALSE, FALSE, 0);
gtk_widget_show (statusbar->cursor_label);