Skip to content

Commit 5969bb8

Browse files
committed
- align buttons and controls in config dialog
- update about dialog info
1 parent ea30961 commit 5969bb8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

PythonScript/res/PythonScript.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ FONT 8, "MS Shell Dlg", 400, 0, 0x1
5757
BEGIN
5858
DEFPUSHBUTTON "OK",IDOK,143,168,50,14
5959
LTEXT "Python Script",IDC_STATIC,146,7,49,8
60-
LTEXT "(C) 2010, 2011, 2014 Dave Brotherstone",IDC_STATIC,105,30,133,8
60+
LTEXT "(C) 2010, 2011, 2014, 2018 Dave Brotherstone",IDC_STATIC,92,30,154,8
6161
CONTROL 118,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZEIMAGE,118,42,93,34
6262
EDITTEXT IDC_COPYRIGHT,7,84,324,74,ES_MULTILINE | ES_AUTOHSCROLL | ES_READONLY | WS_VSCROLL
6363
CTEXT "1.0",IDC_VERSION,156,19,26,8
@@ -86,13 +86,13 @@ BEGIN
8686
CONTROL "User Scripts",IDC_RADUSER,"Button",BS_AUTORADIOBUTTON,94,18,54,10
8787
PUSHBUTTON "Add",IDC_MENUADD,21,146,50,14
8888
PUSHBUTTON "Remove",IDC_MENUREMOVE,89,146,50,14
89-
PUSHBUTTON "Add",IDC_TOOLBARADD,187,145,50,14
89+
PUSHBUTTON "Add",IDC_TOOLBARADD,187,146,50,14
9090
PUSHBUTTON "Remove",IDC_TOOLBARREMOVE,245,146,50,14
91-
LTEXT "Menu items",IDC_STATIC,10,162,37,8
91+
LTEXT "Menu items",IDC_STATIC,10,161,37,8
9292
LTEXT "Toolbar icons",IDC_STATIC,186,161,43,8
9393
CONTROL "",IDC_TOOLBARITEMLIST2,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,185,172,184,104
9494
PUSHBUTTON "Set Icon",IDC_TOOLBARSETICON,304,146,50,14
95-
CONTROL "",IDC_MENUITEMLIST,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,171,173,106
95+
CONTROL "",IDC_MENUITEMLIST,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,172,173,104
9696
COMBOBOX IDC_COMBOINITIALISATION,58,285,69,30,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
9797
LTEXT "Initialisation:",IDC_STATIC,9,287,44,12
9898
LTEXT "Lazy initialisation initialises Python when it is first used. Use ATSTARTUP if you want your startup.py scripts to run as soon as Notepad++ starts.",IDC_STATIC,131,282,232,21
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)