mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:11:55 +00:00
[ACCESS]
WRC doesn't like (x+x+x+2+x+x+x+x+x+x), use (x+x+x+x+x+x+x+x+x+2) instead. To figure out the reason is left as an exercise for the reader. svn path=/trunk/; revision=48140
This commit is contained in:
parent
bd8190afa7
commit
154520a060
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#define PROPSHEETHEIGHT 228
|
||||
#define PROPSHEETPADDING(x) (x+x+x+x+x+x)
|
||||
#define SYSTEM_COLUMN (18*PROPSHEETPADDING)
|
||||
#define LABELLINE(x) (x+x+x+2+x+x+x+x+x+x)
|
||||
#define LABELLINE(x) (x+x+x+x+x+x+x+x+x+2)
|
||||
|
||||
|
||||
#define ICONSIZE 16
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue