mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 10:01:14 +00:00
Resize regular toolbar down a bit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/branches/gnustep_testplant_branch@38909 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6c050759e0
commit
2d7e19662f
1 changed files with 4 additions and 4 deletions
|
@ -70,14 +70,14 @@
|
|||
*/
|
||||
|
||||
typedef enum {
|
||||
ItemBackViewDefaultHeight = 54,
|
||||
ItemBackViewRegularHeight = 54,
|
||||
ItemBackViewDefaultHeight = 52,
|
||||
ItemBackViewRegularHeight = 52,
|
||||
ItemBackViewSmallHeight = 46
|
||||
} ItemBackViewHeight;
|
||||
|
||||
typedef enum {
|
||||
ItemBackViewDefaultWidth = 54,
|
||||
ItemBackViewRegularWidth = 54,
|
||||
ItemBackViewDefaultWidth = 52,
|
||||
ItemBackViewRegularWidth = 52,
|
||||
ItemBackViewSmallWidth = 46
|
||||
} ItemBackViewWidth;
|
||||
|
||||
|
|
Loading…
Reference in a new issue