Adjust toolbar values

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38893 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2015-08-16 23:42:02 +00:00
parent 20d5565cdd
commit 78b13f5f4c
2 changed files with 9 additions and 9 deletions

View file

@ -53,9 +53,9 @@
#import "NSToolbarFrameworkPrivate.h"
typedef enum {
ToolbarViewDefaultHeight = 62,
ToolbarViewRegularHeight = 62,
ToolbarViewSmallHeight = 52
ToolbarViewDefaultHeight = 56,
ToolbarViewRegularHeight = 56,
ToolbarViewSmallHeight = 48
} ToolbarViewHeight;
// Borrow this from NSToolbarItem.m

View file

@ -70,15 +70,15 @@
*/
typedef enum {
ItemBackViewDefaultHeight = 60,
ItemBackViewRegularHeight = 60,
ItemBackViewSmallHeight = 50
ItemBackViewDefaultHeight = 54,
ItemBackViewRegularHeight = 54,
ItemBackViewSmallHeight = 46
} ItemBackViewHeight;
typedef enum {
ItemBackViewDefaultWidth = 60,
ItemBackViewRegularWidth = 60,
ItemBackViewSmallWidth = 50
ItemBackViewDefaultWidth = 54,
ItemBackViewRegularWidth = 54,
ItemBackViewSmallWidth = 46
} ItemBackViewWidth;
static const int ItemBackViewX = 0;