mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
20d5565cdd
commit
78b13f5f4c
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue