Skip to content

Commit 70db83e

Browse files
committed
dialogs: remove border around toolbar icons in preferences
1 parent 277d492 commit 70db83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/dialogs/preferences-dialog.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2308,7 +2308,7 @@ prefs_dialog_new (Gimp *gimp,
23082308
vbox2 = prefs_frame_new (_("Tools Configuration"),
23092309
GTK_CONTAINER (vbox), TRUE);
23102310
tool_editor = gimp_tool_editor_new (gimp->tool_item_list, gimp->user_context,
2311-
GIMP_VIEW_SIZE_SMALL, 1);
2311+
GIMP_VIEW_SIZE_SMALL, 0);
23122312

23132313
gtk_box_pack_start (GTK_BOX (vbox2), tool_editor, TRUE, TRUE, 0);
23142314
gtk_widget_show (tool_editor);

0 commit comments

Comments
 (0)