I'd like to make the icons in the Windows 7 taskbar a little narrower to fit more in. I can't find the setting anywhere. Is there a way to change it?

link|improve this question

feedback

1 Answer

up vote 10 down vote accepted

You can decrease icon size altogether via small icons...

  • Right click a blank space on the Taskbar
  • Select Properties from the context menu
  • In the "Task Bar and Start Menu Properties" dialog, select the "Taskbar" tab
  • Check the "Use small icons" checkbox

or modify the registry to target the width only:

  • Go to HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics\MinWidth
  • If it is not there, right click on an empty white space and select New -> String Value. Name this entry MinWidth.
  • If you want only the buttons to show then 38 will suffice if you're using "small buttons", else 52 for large buttons. If you set it below 38, the buttons won't work properly.
  • Log off or restart to see changes.
link|improve this answer
2  
While that's technically correct, it's not exactly what I'm looking for. I more want to reduce the horizontal padding. Sorry my question wasn't clear on that. – John Sheehan Aug 19 '09 at 5:58
found some additional info, edited accordingly. – John T Aug 19 '09 at 6:05
+1 for T(he) John – Ivo Flipse Aug 19 '09 at 6:42
I tried editing this registry value and best I can tell, it didn't change anything. – John Sheehan Aug 25 '09 at 5:55
The value should be between 38 & 52, you also need to reboot – John T Aug 25 '09 at 15:58
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.