mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +00:00
small dialog size corrections
svn path=/trunk/; revision=8067
This commit is contained in:
parent
42355ae5c6
commit
650d796921
1 changed files with 15 additions and 15 deletions
|
@ -706,7 +706,7 @@ BEGIN
|
|||
WS_TABSTOP,7,25,130,33
|
||||
END
|
||||
|
||||
IDD_DESKBAR_DESKTOP DIALOG DISCARDABLE 0, 0, 210, 170
|
||||
IDD_DESKBAR_DESKTOP DIALOG DISCARDABLE 0, 0, 212, 172
|
||||
STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
|
||||
CAPTION "Desktop Properties"
|
||||
FONT 8, "MS Sans Serif"
|
||||
|
@ -714,29 +714,29 @@ BEGIN
|
|||
LTEXT "Please select your prefered icon alignment algorithm:",
|
||||
IDC_STATIC,7,7,166,8
|
||||
CONTROL "left/top dwn",IDC_ICON_ALIGN_0,"Button",BS_OWNERDRAW |
|
||||
BS_BOTTOM | WS_TABSTOP,7,25,44,41
|
||||
BS_BOTTOM | WS_TABSTOP,7,25,46,44
|
||||
CONTROL "left/top right",IDC_ICON_ALIGN_1,"Button",BS_OWNERDRAW |
|
||||
BS_BOTTOM | WS_TABSTOP,56,25,44,41
|
||||
BS_BOTTOM | WS_TABSTOP,57,25,46,44
|
||||
CONTROL "right/top left",IDC_ICON_ALIGN_2,"Button",BS_OWNERDRAW |
|
||||
BS_BOTTOM | WS_TABSTOP,111,25,44,41
|
||||
BS_BOTTOM | WS_TABSTOP,110,25,46,44
|
||||
CONTROL "rig./top dwn",IDC_ICON_ALIGN_3,"Button",BS_OWNERDRAW |
|
||||
BS_BOTTOM | WS_TABSTOP,159,25,44,41
|
||||
BS_BOTTOM | WS_TABSTOP,159,25,46,44
|
||||
CONTROL "left/bot. up",IDC_ICON_ALIGN_4,"Button",BS_OWNERDRAW |
|
||||
BS_BOTTOM | WS_TABSTOP,7,72,44,41
|
||||
BS_BOTTOM | WS_TABSTOP,7,73,46,44
|
||||
CONTROL "left/bot. right",IDC_ICON_ALIGN_5,"Button",BS_OWNERDRAW |
|
||||
BS_BOTTOM | WS_TABSTOP,56,72,44,41
|
||||
BS_BOTTOM | WS_TABSTOP,57,73,46,44
|
||||
CONTROL "right/bot. left",IDC_ICON_ALIGN_6,"Button",BS_OWNERDRAW |
|
||||
BS_BOTTOM | WS_TABSTOP,111,72,44,41
|
||||
BS_BOTTOM | WS_TABSTOP,110,73,46,44
|
||||
CONTROL "rig./bot. dwn",IDC_ICON_ALIGN_7,"Button",BS_OWNERDRAW |
|
||||
BS_BOTTOM | WS_TABSTOP,159,72,44,41
|
||||
BS_BOTTOM | WS_TABSTOP,159,73,46,44
|
||||
CONTROL "border down",IDC_ICON_ALIGN_8,"Button",BS_OWNERDRAW |
|
||||
BS_BOTTOM | WS_TABSTOP,7,122,44,41
|
||||
BS_BOTTOM | WS_TABSTOP,7,121,46,44
|
||||
CONTROL "border H/V",IDC_ICON_ALIGN_9,"Button",BS_OWNERDRAW |
|
||||
BS_BOTTOM | WS_TABSTOP,56,122,44,41
|
||||
BS_BOTTOM | WS_TABSTOP,57,121,46,44
|
||||
CONTROL "round about",IDC_ICON_ALIGN_10,"Button",BS_OWNERDRAW |
|
||||
BS_BOTTOM | WS_TABSTOP,111,122,44,41
|
||||
BS_BOTTOM | WS_TABSTOP,110,121,46,44
|
||||
CONTROL "",IDC_ICON_ALIGN_11,"Button",BS_OWNERDRAW | BS_BOTTOM |
|
||||
WS_TABSTOP,159,122,44,41
|
||||
WS_TABSTOP,159,121,46,44
|
||||
END
|
||||
|
||||
IDD_DESKBAR_TASKBAR DIALOG DISCARDABLE 0, 0, 210, 154
|
||||
|
@ -773,9 +773,9 @@ BEGIN
|
|||
IDD_DESKBAR_DESKTOP, DIALOG
|
||||
BEGIN
|
||||
LEFTMARGIN, 7
|
||||
RIGHTMARGIN, 203
|
||||
RIGHTMARGIN, 205
|
||||
TOPMARGIN, 7
|
||||
BOTTOMMARGIN, 163
|
||||
BOTTOMMARGIN, 165
|
||||
END
|
||||
|
||||
IDD_DESKBAR_TASKBAR, DIALOG
|
||||
|
|
Loading…
Reference in a new issue