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:
Marcian Lytwyn 2015-08-17 23:26:25 +00:00
parent 6c050759e0
commit 2d7e19662f

View file

@ -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;