Kaydet (Commit) 9e68fcda authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS aquafilepicker02_DEV300 (1.2.40); FILE MERGED

2008/01/02 18:25:58 fheckl 1.2.40.1: issue #80399 more Cocoa
üst ff54bf06
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: SalAquaConstants.h,v $ * $RCSfile: SalAquaConstants.h,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: ihi $ $Date: 2007-07-11 10:58:52 $ * last change: $Author: kz $ $Date: 2008-03-05 16:36:59 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -42,11 +42,30 @@ ...@@ -42,11 +42,30 @@
#define kControlPropertySubType 'SuTy' #define kControlPropertySubType 'SuTy'
#define kPopupControlPropertyTitleWidth 'PoTW' #define kPopupControlPropertyTitleWidth 'PoTW'
#define kAquaSpaceBetweenControls 8 #define kAquaSpaceBetweenControls (8)
#define kAquaSpaceInsideGroup 16 #define kAquaSpaceBetweenPopupMenus (10)
#define kAquaNavigationServicesMinWidth 400 #define kAquaSpaceInsideGroupH (16)
#define kAquaNavigationServicesPopupControlWidth 250 #define kAquaSpaceInsideGroupV (11)
#define kAquaSpaceBoxFrameViewDiffTop (7)
#define kAquaSpaceBoxFrameViewDiffLeft (7)
#define kAquaSpaceBoxFrameViewDiffBottom (9)
#define kAquaSpaceBoxFrameViewDiffRight (7)
#define kAquaSpaceButtonFrameBoundsDiff (6)
#define kAquaSpaceSwitchButtonFrameBoundsDiff (2)
#define kAquaSpacePopupMenuFrameBoundsDiffTop (2)
#define kAquaSpacePopupMenuFrameBoundsDiffBottom (4)
#define kAquaSpacePopupMenuFrameBoundsDiffV (kAquaSpacePopupMenuFrameBoundsDiffTop + kAquaSpacePopupMenuFrameBoundsDiffBottom)
#define kAquaSpacePopupMenuFrameBoundsDiffLeft (3)
#define kAquaSpaceLabelFrameBoundsDiffH (3)
#define kAquaSpaceLabelPopupDiffV (6)
#define kAquaSpaceAfterPopupButtonsV (20)
#define kAquaPopupButtonDefaultHeight (26)
#endif //_SALAQUACONSTANTS_H_ #endif //_SALAQUACONSTANTS_H_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment