aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xwin/xlaunch/resources
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2011-03-08 07:10:46 +0000
committermarha <marha@users.sourceforge.net>2011-03-08 07:10:46 +0000
commitcb02cb47d4a5a9db68a29fe3b6a9ec16a6034bf1 (patch)
treeda790ce2deb5eb77316d135ea18b2debe1ea5893 /xorg-server/hw/xwin/xlaunch/resources
parentc1fc9700f5eddaf2cea1efd8bd1e67a1e9c8030d (diff)
downloadvcxsrv-cb02cb47d4a5a9db68a29fe3b6a9ec16a6034bf1.tar.gz
vcxsrv-cb02cb47d4a5a9db68a29fe3b6a9ec16a6034bf1.tar.bz2
vcxsrv-cb02cb47d4a5a9db68a29fe3b6a9ec16a6034bf1.zip
Made edit controls scrolable
Diffstat (limited to 'xorg-server/hw/xwin/xlaunch/resources')
-rw-r--r--xorg-server/hw/xwin/xlaunch/resources/dialog.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/xorg-server/hw/xwin/xlaunch/resources/dialog.rc b/xorg-server/hw/xwin/xlaunch/resources/dialog.rc
index 689576b2a..630c0b940 100644
--- a/xorg-server/hw/xwin/xlaunch/resources/dialog.rc
+++ b/xorg-server/hw/xwin/xlaunch/resources/dialog.rc
@@ -76,17 +76,17 @@ BEGIN
LTEXT STR_CLIENT_REMOTEPROGRAM_DESC,IDC_CLIENT_REMOTEPROGRAM_DESC,19,64,70,10
- EDITTEXT IDC_CLIENT_REMOTEPROGRAM,100,62,200,12
+ EDITTEXT IDC_CLIENT_REMOTEPROGRAM,100,62,200,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
LTEXT STR_CLIENT_PASSWORD_DESC,IDC_CLIENT_PASSWORD_DESC,19,78,70,10
- EDITTEXT IDC_CLIENT_PASSWORD,100,76,64,12
+ EDITTEXT IDC_CLIENT_PASSWORD,100,76,64,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
LTEXT STR_CLIENT_HOST_DESC,IDC_CLIENT_HOST_DESC,19,92,70,10
- EDITTEXT IDC_CLIENT_HOST,100,90,64,12
+ EDITTEXT IDC_CLIENT_HOST,100,90,64,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
LTEXT STR_CLIENT_USER_DESC,IDC_CLIENT_USER_DESC,19,106,70,10
- EDITTEXT IDC_CLIENT_USER,100,104,64,12
+ EDITTEXT IDC_CLIENT_USER,100,104,64,12, WS_BORDER | WS_TABSTOP | ES_AUTOHSCROLL
END
IDD_XDMCP DIALOGEX 0, 0, 317, 143