Skip to content

Commit

Permalink
Merge pull request #277 from vktr/f/cert-text-width
Browse files Browse the repository at this point in the history
Increase width of public key label
  • Loading branch information
vktr committed May 12, 2016
2 parents 9ad9238 + 350d1f8 commit 11e4b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/pico.rc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ FONT 9, "MS Shell Dlg"
GROUPBOX "", ID_REMOTE_SECURITY_GROUP, 5, 68, 240, 125
LTEXT "", ID_REMOTE_TOKEN_TEXT, 15, 81, 80, 10
EDITTEXT ID_REMOTE_TOKEN, 75, 81, 165, 11, ES_AUTOHSCROLL | ES_READONLY
LTEXT "", ID_REMOTE_CERT_TEXT, 10, 100, 80, 10
LTEXT "", ID_REMOTE_CERT_TEXT, 10, 100, 180, 10
EDITTEXT ID_REMOTE_CERT_PUBKEY, 10, 111, 230, 78, ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | WS_VSCROLL

CONTROL "", ID_REMOTE_SHOW_QR, "SysLink", WS_CHILD, 5, 200, 180, 12
Expand Down

0 comments on commit 11e4b4a

Please sign in to comment.