Page 1 of 1

buildbar customize? [SOLVED]

Posted: 10 Mar 2009, 22:41
by manolo_
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?

Re: buildbar customize?

Posted: 17 Mar 2009, 16:07
by slogic
it is stored in config. change this line

Code: Select all

bar_iconSizeBase = Spring.GetConfigInt("buildmenu_icon_size_base",55)
original developer should rewrite that line to this one:

Code: Select all

bar_iconSizeBase = Spring.GetConfigInt("buildmenu_icon_size_base",bar_iconSizeBase)
After that your first attempt would be succeeded.

Re: buildbar customize? [SOLVED]

Posted: 17 Mar 2009, 18:37
by manolo_
thx worked

Re: buildbar customize? [SOLVED]

Posted: 04 Apr 2009, 14:13
by Licho
ctrl+f11 to enter tweak mode and use ctrl+mouse wheel to change size..

Re: buildbar customize? [SOLVED]

Posted: 04 Apr 2009, 15:43
by manolo_
me wrote:(i already minimized it with the mousewheel, but i want to make it even smaller)
:P