Author: mlytwyn
Date: Tue Aug 18 01:26:25 2015
New Revision: 38909

URL: http://svn.gna.org/viewcvs/gnustep?rev=38909&view=rev
Log:
Resize regular toolbar down a bit

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/NSToolbarItem.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSToolbarItem.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSToolbarItem.m?rev=38909&r1=38908&r2=38909&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSToolbarItem.m   
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSToolbarItem.m   Tue Aug 
18 01:26:25 2015
@@ -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;
 


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to