From 26ac7a379d42251aca810627f538d9aafa05390d Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 18 Oct 2008 21:48:41 +0200 Subject: [PATCH] List some tool items in Preferences --- midori/midori-preferences.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/midori/midori-preferences.c b/midori/midori-preferences.c index fa7c2bb0..cce0284b 100644 --- a/midori/midori-preferences.c +++ b/midori/midori-preferences.c @@ -401,15 +401,22 @@ midori_preferences_set_settings (MidoriPreferences* preferences, /* Page "Interface" */ PAGE_NEW (GTK_STOCK_CONVERT, _("Interface")); FRAME_NEW (_("Navigationbar")); - TABLE_NEW (3, 2); + TABLE_NEW (4, 2); INDENTED_ADD (katze_property_label (settings, "toolbar-style"), 0, 1, 0, 1); button = katze_property_proxy (settings, "toolbar-style", NULL); FILLED_ADD (button, 1, 2, 0, 1); INDENTED_ADD (katze_property_label (settings, "toolbar-items"), 0, 1, 1, 2); button = katze_property_proxy (settings, "toolbar-items", NULL); FILLED_ADD (button, 1, 2, 1, 2); + button = gtk_label_new (NULL); + gtk_label_set_markup (GTK_LABEL (button), + "" + "TabNew, Open, Print, Find, Location, Preferences, Window, Bookmarks\n" + "ReloadStop, ZoomIn, ZoomOut, Back, Forward, Homepage, Search, Trash" + ""); + FILLED_ADD (button, 0, 2, 2, 3); button = katze_property_proxy (settings, "always-show-tabbar", NULL); - INDENTED_ADD (button, 0, 1, 2, 3); + INDENTED_ADD (button, 0, 1, 3, 4); FRAME_NEW (_("Browsing")); TABLE_NEW (3, 2); /* label = katze_property_label (settings, "open-new-pages-in");