|
odieolson Newbie
Joined: 25 Nov 2021 Posts: 1
|
Posted: Thu Nov 25, 2021 11:24 am
Status bar height |
Is there any way to change the height of the status bar? It does not stretch when I increase the font size on status items, so I can't go beyond size 10, when I'd ideally like to go to size 12 so I can read it easily without having to lean over my keyboard.
|
|
|
|
shalimar GURU
Joined: 04 Aug 2002 Posts: 4691 Location: Pensacola, FL, USA
|
Posted: Thu Nov 25, 2021 12:57 pm |
Not of the status bar, no.
But you can put buttons down there, or very close to there anyway
Set the toolbar of the button to 2, on the options tab. |
|
_________________ Discord: Shalimarwildcat |
|
|
|
chris123zugg Apprentice
Joined: 23 Aug 2013 Posts: 175
|
Posted: Mon Mar 21, 2022 10:41 am |
this is directly from one of my characters on a mud i play, i have many buttons and this one is JUST below the status bar
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<button type="Gauge" autosize="false" width="200" height="27" autopos="false" left="0" top="0" toolbar="2" inset="true" toolstyle="true" color="#4E4A66" textcolor="aqua" border="#CCFFFF" gaugelowcol="yellow" priority="650">
<caption>HP~: ~( @cyborg.hp ~|~| @cyborg.hpm ~) ~{ @cyborg.hpl~)</caption>
<value>gs</value>
<expr>@cyborg.hp</expr>
<gaugemax>@cyborg.hpm</gaugemax>
<gaugelow>200</gaugelow>
<tooltip>Hps!!!!</tooltip>
</button>
</cmud> |
|
|
|
|
|