Hello everyone. So I am running Big Reactors Grid Control program. And it has libGUI library, which draws bars. But they are really tiny and I want to make them bigger. Here is bars code:
I have no clue, how to change height. Can anybody help?
local oop = require("oop");
local frame_base = require("libGUI/frame");
local colors = require("libGUI/colors");
local bar_base = {
mPercentage = 0,
mBarPalette = nil,
mBarBackgroundColor = colors.gray,
mBorderColor = colors.lightGray,
mBorderWidth = 1,
mHasChanged = true
};
oop.inherit(bar_base, frame_base);
function bar_base:construct(