From c29a88ff648af2e07a7cd657c027f1e5bf665ed6 Mon Sep 17 00:00:00 2001 From: Sorokin Alexei Date: Tue, 16 Feb 2016 21:25:36 +0300 Subject: change default menu bar icon size to 22px with 24px panel 24px menu bar icon is too big: touches borders --- mate-panel/panel-stock-icons.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mate-panel/panel-stock-icons.h b/mate-panel/panel-stock-icons.h index 0d07d4f3..bc775572 100644 --- a/mate-panel/panel-stock-icons.h +++ b/mate-panel/panel-stock-icons.h @@ -33,12 +33,12 @@ extern "C" { #endif /* themeable size - "panel-menu" -- This is used for the icons in the menus */ -#define PANEL_DEFAULT_MENU_ICON_SIZE 24 +#define PANEL_DEFAULT_MENU_ICON_SIZE 24 /* themeable size - "panel-foobar" -- This is only used for the icon of the * Applications item in the menu bar */ -#define PANEL_DEFAULT_MENU_BAR_ICON_SIZE 24 +#define PANEL_DEFAULT_MENU_BAR_ICON_SIZE 22 -#define PANEL_ADD_TO_DEFAULT_ICON_SIZE 32 +#define PANEL_ADD_TO_DEFAULT_ICON_SIZE 32 /* stock icons */ #define PANEL_STOCK_FORCE_QUIT "mate-panel-force-quit" @@ -51,7 +51,7 @@ extern "C" { #define PANEL_STOCK_CLEAR "panel-clear" #define PANEL_STOCK_DONT_DELETE "panel-dont-delete" /* FIXME: put a more representative icon here */ -#define PANEL_STOCK_DEFAULT_ICON "application-default-icon" +#define PANEL_STOCK_DEFAULT_ICON "application-default-icon" void panel_init_stock_icons_and_items (void); GtkIconSize panel_menu_icon_get_size (void); -- cgit v1.2.1