Skip to content

Commit

Permalink
Increase control width to avoid truncating text
Browse files Browse the repository at this point in the history
  • Loading branch information
bhank committed Oct 16, 2019
1 parent f8e8c2e commit f4bc0b7
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 f4bc0b7

Please sign in to comment.