Author: mlytwyn
Date: Mon Aug 17 01:42:02 2015
New Revision: 38893

URL: http://svn.gna.org/viewcvs/gnustep?rev=38893&view=rev
Log:
Adjust toolbar values

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

Modified: libs/gui/branches/gnustep_testplant_branch/Source/GSToolbarView.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/GSToolbarView.m?rev=38893&r1=38892&r2=38893&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/GSToolbarView.m   
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/GSToolbarView.m   Mon Aug 
17 01:42:02 2015
@@ -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

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=38893&r1=38892&r2=38893&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSToolbarItem.m   
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSToolbarItem.m   Mon Aug 
17 01:42:02 2015
@@ -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;


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to