diff options
-rw-r--r-- | mate-panel/panel-stock-icons.h | 8 |
1 files 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); |