diff --git a/src/main-window.c b/src/main-window.c index 8aec7d1..27224de 100644 --- a/src/main-window.c +++ b/src/main-window.c @@ -490,7 +490,6 @@ void GuiCreateMainWindow(int *argc, char ***argv) Closure->status = gtk_label_new(NULL); gtk_label_set_ellipsize(GTK_LABEL(Closure->status), PANGO_ELLIPSIZE_END); gtk_label_set_xalign(GTK_LABEL(Closure->status), 0.0); - gtk_label_set_yalign(GTK_LABEL(Closure->status), 0.0); gtk_box_pack_start(GTK_BOX(status_box), GTK_WIDGET(Closure->status), TRUE, TRUE, 5); button = gtk_button_new();