Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

ASTRO

Members
  • Content Count

    1
  • Joined

  • Last visited

  1. 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(
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.