diff options
author | Sorokin Alexei <[email protected]> | 2016-02-16 21:25:36 +0300 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-21 11:51:49 +0100 |
commit | c29a88ff648af2e07a7cd657c027f1e5bf665ed6 (patch) | |
tree | aa08fba74dd71d5bd0cc6b6e16e8a38552de5f2c | |
parent | 22c04b86a42678e8099d1af00cb156c227ea669d (diff) | |
download | mate-panel-c29a88ff648af2e07a7cd657c027f1e5bf665ed6.tar.bz2 mate-panel-c29a88ff648af2e07a7cd657c027f1e5bf665ed6.tar.xz |
change default menu bar icon size to 22px
with 24px panel 24px menu bar icon is too big: touches borders
-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); |