Skip to content

Commit

Permalink
Enlarge dialog width and button width for the translations
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Aug 11, 2024
1 parent 97187c6 commit 21354b0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/gup.rc
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,17 @@ BEGIN
PUSHBUTTON "Cancel",IDCANCEL,134,66,50,14
END

IDD_YESNONEVERDLG DIALOGEX 0, 0, 270, 94
IDD_YESNONEVERDLG DIALOGEX 0, 0, 304, 94
STYLE DS_SETFONT | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_TOOLWINDOW | WS_EX_WINDOWEDGE
CAPTION "Notepad++ Update Available"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "An update package is available, do you want to download and install it?",IDC_YESNONEVERMSG,15,15,250,50
PUSHBUTTON "Yes",IDYES,27,70,50,14
PUSHBUTTON "Yes (Silent)",IDOK,82,70,50,14
PUSHBUTTON "No",IDNO,136,70,50,14
PUSHBUTTON "Never",IDCANCEL,190,70,50,14
LTEXT "An update package is available, do you want to download and install it?",IDC_YESNONEVERMSG,15,15,273,50
PUSHBUTTON "Yes",IDYES,24,70,60,14
PUSHBUTTON "Yes (Silent)",IDOK,89,70,60,14
PUSHBUTTON "No",IDNO,154,70,60,14
PUSHBUTTON "Never",IDCANCEL,219,70,60,14
END

IDD_UPDATE_DLG DIALOGEX 0, 0, 200, 110
Expand Down

0 comments on commit 21354b0

Please sign in to comment.