From fec0bac10bf417cca8d2cc58df0b07685f914975 Mon Sep 17 00:00:00 2001 From: dmex Date: Fri, 23 Aug 2013 11:12:24 +0000 Subject: [PATCH] ToolStatus: rc fix git-svn-id: svn://svn.code.sf.net/p/processhacker/code@5437 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- 2.x/trunk/plugins/ToolStatus/ToolStatus.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2.x/trunk/plugins/ToolStatus/ToolStatus.rc b/2.x/trunk/plugins/ToolStatus/ToolStatus.rc index c3b16184e..6d80909a4 100644 --- a/2.x/trunk/plugins/ToolStatus/ToolStatus.rc +++ b/2.x/trunk/plugins/ToolStatus/ToolStatus.rc @@ -121,8 +121,8 @@ BEGIN CONTROL "Enable SearchBox",IDC_ENABLE_SEARCHBOX,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,20,73,10 CONTROL "Resolve ghost windows to hung windows",IDC_RESOLVEGHOSTWINDOWS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,59,147,10 - COMBOBOX IDC_DISPLAYSTYLECOMBO,140,19,90,30,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - RTEXT "Toolbar display style:",IDC_DISPLAYSTYLETEXT,159,7,71,8 + COMBOBOX IDC_DISPLAYSTYLECOMBO,162,19,68,30,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP + RTEXT "Toolbar display style:",IDC_DISPLAYSTYLETEXT,160,7,70,8 CONTROL "Enable Status Bar",IDC_ENABLE_STATUSBAR,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,33,73,10 CONTROL "Enable Windows Imaging",IDC_ENABLE_WIC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,46,95,10 END