config.width
config.width = number

Adjusts the width of the bars contained within the EventHorizon window.

Note that unless you are using config.hideIcons, the width of the main window will also include the width of the bar icons (set via config.height). For example, with config.height = 18 and config.width = 150, the actual width of EventHorizon's window will be 168 pixels.

  • number: Width of any given bar.

Example:

config.width = 150
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License