[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198) master
authorJoachim Henze <joachim.henze@reactos.org>
Tue, 28 Mar 2023 23:23:00 +0000 (01:23 +0200)
committerGitHub <noreply@github.com>
Tue, 28 Mar 2023 23:23:00 +0000 (01:23 +0200)
commit56bf3969cd88aa9028f9961355c56f72ece13207
tree5c5cf5a0e0058dae1039f4ad604b2c2b20202ad9
parentf3dd7133823a2985966059e52630e08ef4849cf5
[SYSSETUP] Tweak IDD_COMPUTERPAGE positioning (#5198)

- make all 3 input boxes IDC_COMPUTERNAME, IDC_ADMINPASSWORD1, IDC_ADMINPASSWORD2 on this page the same length for all languages and start and end at same x-coord, e.g. sk-SK.rc, uk-UA.rc
- let the input boxes end at the same x as the edits in the previous dlg IDD_OWNERPAGE
- respect the right margin of the dialog with all controls for all languages, makes it look more harmonic to previous and next dlg, see video:
- make the input fields as wide as possible, but not wider, depending on what the language allowed I used width of 139, 148, 163 (163 is same as the EDITs in IDD_OWNERPAGE used)
- fix too small x offset for some controls in some languages like bg-BG.rc, that looked very off
- in zh-CN.rc fix the maximum allowed length for computer name from 63 to 15
- ja-JP.rc 15 is max chars for computer name, not 63
- Fix it-IT text truncation "Organizzazione" in IDD_OWNERPAGE
- pl-PL.rc Steal some wisdom from 0.4.9 to better stick with en-US.rc dimensions.
34 files changed:
dll/win32/syssetup/lang/bg-BG.rc
dll/win32/syssetup/lang/cs-CZ.rc
dll/win32/syssetup/lang/da-DK.rc
dll/win32/syssetup/lang/de-DE.rc
dll/win32/syssetup/lang/el-GR.rc
dll/win32/syssetup/lang/en-GB.rc
dll/win32/syssetup/lang/en-US.rc
dll/win32/syssetup/lang/es-ES.rc
dll/win32/syssetup/lang/et-EE.rc
dll/win32/syssetup/lang/eu-ES.rc
dll/win32/syssetup/lang/fr-FR.rc
dll/win32/syssetup/lang/he-IL.rc
dll/win32/syssetup/lang/hi-IN.rc
dll/win32/syssetup/lang/hr-HR.rc
dll/win32/syssetup/lang/hu-HU.rc
dll/win32/syssetup/lang/id-ID.rc
dll/win32/syssetup/lang/it-IT.rc
dll/win32/syssetup/lang/ja-JP.rc
dll/win32/syssetup/lang/nl-NL.rc
dll/win32/syssetup/lang/no-NO.rc
dll/win32/syssetup/lang/pl-PL.rc
dll/win32/syssetup/lang/pt-BR.rc
dll/win32/syssetup/lang/pt-PT.rc
dll/win32/syssetup/lang/ro-RO.rc
dll/win32/syssetup/lang/ru-RU.rc
dll/win32/syssetup/lang/sk-SK.rc
dll/win32/syssetup/lang/sq-AL.rc
dll/win32/syssetup/lang/sv-SE.rc
dll/win32/syssetup/lang/th-TH.rc
dll/win32/syssetup/lang/tr-TR.rc
dll/win32/syssetup/lang/uk-UA.rc
dll/win32/syssetup/lang/zh-CN.rc
dll/win32/syssetup/lang/zh-HK.rc
dll/win32/syssetup/lang/zh-TW.rc