Skip to content

Commit

Permalink
Merge pull request #13 from bhank/fix-dialog-text-width
Browse files Browse the repository at this point in the history
Increase control width to avoid truncating text
  • Loading branch information
joaomoreno authored Oct 17, 2019
2 parents f8e8c2e + f4bc0b7 commit 0f17bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/resources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ STYLE 72 | 80 | 512 | 4 | 2147483648 | 12582912
CAPTION "Visual Studio Code"
FONT 8, "MS Shell Dlg", 400, 0, 0x0
BEGIN
LTEXT "Updating Visual Studio Code...",-1,11,10,66,8
LTEXT "Updating Visual Studio Code...",-1,11,10,165,8
// 8 == PBS_MARQUEE
// 8388608 == WS_BORDER
CONTROL "",10001,"msctls_progress32",8 | 8388608,11,27,165,14
Expand Down

0 comments on commit 0f17bfa

Please sign in to comment.