You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By editing the Vista theme file, I was able to increase the height of the bar, bringing the value to 40 <system:Double x:Key="TaskbarHeight">40</system:Double>
and I changed the global font size to 14 <system:Double x:Key="GlobalFontSize">14</system:Double>
this enlarges the buttons a bit, however they remain aligned towards the top.
Is it possible to center the buttons and icons in quick launch, adapting them to the size of the bar?
The text was updated successfully, but these errors were encountered:
By editing the Vista theme file, I was able to increase the height of the bar, bringing the value to 40
<system:Double x:Key="TaskbarHeight">40</system:Double>
and I changed the global font size to 14
<system:Double x:Key="GlobalFontSize">14</system:Double>
this enlarges the buttons a bit, however they remain aligned towards the top.
Is it possible to center the buttons and icons in quick launch, adapting them to the size of the bar?
The text was updated successfully, but these errors were encountered: