Quote:
Originally Posted by MysticalDragon
Or more tabs the smaller the tabs. Instead of extending the width on the entire GUI.
PHP Code:
x = int(temp.tab_id * GUI.width / temp.tabs.size());
width = int(GraalControl.width / temp.tabs.size());
|
or both. Since if you add enough tabs, eventually they will be too small to fit the text on them.
Also, it would be nice if there was an option to make the GUI taller. There's an arbitrarily low number of rows visible at a time. More rows visible = less scrolling.