Applied jguiscale to color bar.

This commit is contained in:
David Capello 2010-03-13 00:21:14 -02:00
parent 11fda53fe3
commit c4bd51d569

View File

@ -277,7 +277,7 @@ static bool colorbar_msg_proc(JWidget widget, JMessage msg)
}
case JM_REQSIZE:
msg->reqsize.w = msg->reqsize.h = 24;
msg->reqsize.w = msg->reqsize.h = 24 * jguiscale();
return true;
case JM_DRAW: {