Slightly improve the file association dialog
This commit is contained in:
parent
6819bb188d
commit
38ca12edcf
|
@ -2261,6 +2261,7 @@ static void _preferences_on_mime_edit(gpointer data)
|
|||
gtk_size_group_add_widget(group, widget);
|
||||
gtk_box_pack_start(GTK_BOX(hbox), widget, FALSE, TRUE, 0);
|
||||
widget = gtk_label_new(type);
|
||||
gtk_misc_set_alignment(GTK_MISC(widget), 0.0, 0.5);
|
||||
gtk_box_pack_start(GTK_BOX(hbox), widget, TRUE, TRUE, 0);
|
||||
gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, TRUE, 0);
|
||||
/* open */
|
||||
|
|
Loading…
Reference in New Issue
Block a user