[Ttssh2-commit] [8430] Passphrase の表示サイズを調整

Back to archive index
scmno****@osdn***** scmno****@osdn*****
2019年 12月 4日 (水) 19:31:43 JST


Revision: 8430
          https://osdn.net/projects/ttssh2/scm/svn/commits/8430
Author:   doda
Date:     2019-12-04 19:31:42 +0900 (Wed, 04 Dec 2019)
Log Message:
-----------
Passphrase の表示サイズを調整

問題:
  SSH認証ダイアログで、日本語設定の時にパスフレーズのアクセスキーが表示されない

対処:
  コントロールの横幅を広げた

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/ttxssh.rc

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ttxssh.rc
===================================================================
--- trunk/ttssh2/ttxssh/ttxssh.rc	2019-12-02 10:55:35 UTC (rev 8429)
+++ trunk/ttssh2/ttxssh/ttxssh.rc	2019-12-04 10:31:42 UTC (rev 8430)
@@ -61,7 +61,7 @@
     LTEXT           "User &name:",IDC_SSHUSERNAMELABEL,17,31,46,8
     EDITTEXT        IDC_SSHUSERNAME,73,29,146,12,ES_AUTOHSCROLL
     PUSHBUTTON      "",IDC_USERNAME_OPTION,224,28,14,14,BS_ICON
-    LTEXT           "&Passphrase:",IDC_SSHPASSWORDCAPTION,17,46,47,8
+    LTEXT           "&Passphrase:",IDC_SSHPASSWORDCAPTION,17,46,54,8
     EDITTEXT        IDC_SSHPASSWORD,73,44,146,12,ES_PASSWORD | ES_AUTOHSCROLL
     PUSHBUTTON      "",IDC_SSHPASSWORD_OPTION,224,43,14,14,BS_ICON
     CONTROL         "Remember password in &memory",IDC_REMEMBER_PASSWORD,


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