hi,
i have a simple question for the buildbar widget (by jK), i want to change the iconsize (i already minimized it with the mousewheel, but i want to make it even smaller), so i changed the line
local bar_iconSizeBase = 55 --iconSize o_O to a smaller value, but nothing happend. so could somebody help me?
buildbar customize? [SOLVED]
Moderator: Moderators
buildbar customize? [SOLVED]
Last edited by manolo_ on 17 Mar 2009, 18:37, edited 1 time in total.
Re: buildbar customize?
it is stored in config. change this line
original developer should rewrite that line to this one:
After that your first attempt would be succeeded.
Code: Select all
bar_iconSizeBase = Spring.GetConfigInt("buildmenu_icon_size_base",55)
Code: Select all
bar_iconSizeBase = Spring.GetConfigInt("buildmenu_icon_size_base",bar_iconSizeBase)
Re: buildbar customize? [SOLVED]
ctrl+f11 to enter tweak mode and use ctrl+mouse wheel to change size..
Re: buildbar customize? [SOLVED]
me wrote:(i already minimized it with the mousewheel, but i want to make it even smaller)
