mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-07 01:00:28 +00:00
GtkPathBar: Don't hardcode spacing in buttons
The theme will be changed to provide padding.
This commit is contained in:
parent
9ce968ffb2
commit
f72bcc5c01
@ -1630,7 +1630,7 @@ make_directory_button (GtkPathBar *path_bar,
|
||||
case DESKTOP_BUTTON:
|
||||
button_data->image = gtk_image_new ();
|
||||
button_data->label = gtk_label_new (NULL);
|
||||
child = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 2);
|
||||
child = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
|
||||
gtk_box_pack_start (GTK_BOX (child), button_data->image, FALSE, FALSE, 0);
|
||||
gtk_box_pack_start (GTK_BOX (child), button_data->label, FALSE, FALSE, 0);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user