• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Text size in buttons.

Status
Not open for further replies.

Nothxbye

Banned User
Joined
Jan 22, 2012
Messages
1,124
Reaction score
173
Hello,

Where supposed to be configuration for "ButtonBox" text size?
I mean "Ok" "Cancel" buttons.
nowy-obraz-mapy-bitowej.jpg

I couldn't figure out.
 
otclient-master\data\styles\10-checkboxes.otui:
PHP:
ButtonBox < UICheckBox
  font: verdana-11px-antialised
  color: #ffffffff
  size: 106 22
  text-offset: 0 0
  text-align: center
  image-source: /images/ui/tabbutton_rounded
  image-color: white
  image-clip: 0 0 20 20
  image-border: 3

  $hover !disabled:
    image-clip: 0 20 20 20

  $checked:
    image-clip: 0 40 20 20
    color: #80c7f8

  $disabled:
    color: #666666ff
    image-color: #ffffff88
 
Ou.. You need to change text size. This is impossible.
 
Status
Not open for further replies.
Back
Top