Details
-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
None
-
None
Description
dll/shellext/netshell/lang/en-US.rc:
IDD_NETWORKSETTINGSPAGE DIALOGEX 0, 0, 317, 143
|
STYLE DS_SHELLFONT | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
CAPTION "ReactOS Setup"
|
FONT 8, "MS Shell Dlg"
|
BEGIN
|
ICON IDI_NET_SETUP, IDC_STATIC, 21, 10, 20, 20
|
LTEXT "Choose whether to use typical or custom settings:", IDC_STATIC, 53, 7, 240, 20
|
AUTORADIOBUTTON "Typical Settings", IDC_NETWORK_TYPICAL, 53, 27, 253, 20, WS_TABSTOP | WS_GROUP
|
AUTORADIOBUTTON "Custom Settings", IDC_NETWORK_CUSTOM, 53, 72, 253, 20, WS_TABSTOP
|
LTEXT "Creates network connections using the Client for ReactOS Networks, File and Print Sharing for ReactOS Networks, and the TCP/IP transport protocol with automatic addressing.", IDC_STATIC, 65, 45, 240, 30
|
LTEXT "Allows you to manually configure network components.", IDC_STATIC, 65, 90, 243, 20
|
END
|
The IDC_NETWORK_TYPICAL radio button control overlaps the LTEXT static control. They are not correctly drawn.
Attachments
Issue Links
- duplicates
-
CORE-18874 [NETSHELL] 2nd stage setup dialog starts to crop text as soon as we toggle the radiobutton, unhidden by 0.4.10-dev-466-g35f62fc
- Resolved