Always use Icons only for panel toolbar
This commit is contained in:
parent
515795a317
commit
7cf326a338
1 changed files with 1 additions and 0 deletions
|
@ -405,6 +405,7 @@ midori_panel_init (MidoriPanel* panel)
|
|||
|
||||
/* Create the sidebar */
|
||||
panel->toolbar = gtk_toolbar_new ();
|
||||
gtk_toolbar_set_style (GTK_TOOLBAR (panel->toolbar), GTK_TOOLBAR_ICONS);
|
||||
gtk_toolbar_set_icon_size (GTK_TOOLBAR (panel->toolbar), GTK_ICON_SIZE_BUTTON);
|
||||
gtk_toolbar_set_show_arrow (GTK_TOOLBAR (panel->toolbar), FALSE);
|
||||
gtk_widget_show_all (panel->toolbar);
|
||||
|
|
Loading…
Reference in a new issue