diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Clist_nicer/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc index 6583c63fc2..85bf1a22a9 100644 --- a/plugins/Clist_nicer/res/resource.rc +++ b/plugins/Clist_nicer/res/resource.rc @@ -402,7 +402,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- LTEXT "Per contact skins:",IDC_STATIC,9,188,71,12,WS_DISABLED
+ LTEXT "Per contact skins:",IDC_STATIC,5,188,63,12,WS_DISABLED
EDITTEXT IDC_SKINFILE,70,186,135,13,ES_AUTOHSCROLL | WS_DISABLED
PUSHBUTTON "...",IDC_SKINFILESELECT,209,185,22,12,WS_DISABLED
PUSHBUTTON "< Reload",IDC_RELOAD,231,185,71,12,WS_DISABLED
|