[Ttssh2-commit] [9046] New connectionダイアログのデザインを修正

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2020年 12月 16日 (水) 20:20:05 JST


Revision: 9046
          https://osdn.net/projects/ttssh2/scm/svn/commits/9046
Author:   nmaya
Date:     2020-12-16 20:20:03 +0900 (Wed, 16 Dec 2020)
Log Message:
-----------
New connectionダイアログのデザインを修正

r8542 の
- ttxsshのNew connectionダイアログのデザインを修正
  - ホスト名のドロップダウンを大きくした
を、Tera TermのNew connectionダイアログにも適用

Revision Links:
--------------
    https://osdn.net/projects/ttssh2/scm/svn/commits/8542

Modified Paths:
--------------
    trunk/teraterm/ttpdlg/ttpdlg.rc

-------------- next part --------------
Modified: trunk/teraterm/ttpdlg/ttpdlg.rc
===================================================================
--- trunk/teraterm/ttpdlg/ttpdlg.rc	2020-12-04 11:32:09 UTC (rev 9045)
+++ trunk/teraterm/ttpdlg/ttpdlg.rc	2020-12-16 11:20:03 UTC (rev 9046)
@@ -186,7 +186,7 @@
 FONT 14, "System", 0, 0, 0x0
 BEGIN
     RTEXT           "H&ost:",IDC_HOSTNAMELABEL,57,10,35,8,NOT WS_GROUP
-    COMBOBOX        IDC_HOSTNAME,95,8,133,54,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_GROUP | WS_TABSTOP
+    COMBOBOX        IDC_HOSTNAME,95,8,133,106,CBS_DROPDOWN | CBS_AUTOHSCROLL | WS_VSCROLL | WS_GROUP | WS_TABSTOP
     RTEXT           "TCP &port#:",IDC_HOSTTCPPORTLABEL,42,26,51,8,NOT WS_GROUP
     EDITTEXT        IDC_HOSTTCPPORT,95,24,30,12,ES_NUMBER
     RTEXT           "IP versio&n:",IDC_HOSTTCPPROTOCOLLABEL,126,26,56,8


Ttssh2-commit メーリングリストの案内
Back to archive index