mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-06 00:10:25 +00:00
Position UI elements in a slightly nicer way, r=sparky
This commit is contained in:
parent
d960828b32
commit
fded8f1054
@ -33,13 +33,13 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||
// Dialog
|
||||
//
|
||||
|
||||
IDD_DIALOG DIALOGEX 0, 0, 253, 46
|
||||
IDD_DIALOG DIALOGEX 0, 0, 253, 41
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION
|
||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
CONTROL "",IDC_PROGRESS,"msctls_progress32",WS_BORDER,7,29,239,
|
||||
CONTROL "",IDC_PROGRESS,"msctls_progress32",WS_BORDER,7,24,239,
|
||||
10
|
||||
LTEXT "",IDC_INFO,7,7,239,17
|
||||
LTEXT "",IDC_INFO,7,8,239,13
|
||||
END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user