mirror of
https://github.com/edubart/otclient.git
synced 2025-05-02 10:39:21 +02:00

* complete scrollbar skin * implement scrollbar functionality (scrolling with mouse) * fix onMouseClick issues * add tabs in options (graphics and general tab) * add new option for limiting frame rate using scrollbar * add new widget property "clipping" that will be used on scrollable areas
28 lines
617 B
Plaintext
28 lines
617 B
Plaintext
Panel
|
|
OptionCheckBox
|
|
id: classicControl
|
|
text: Classic control
|
|
|
|
OptionCheckBox
|
|
id: showInfoMessagesInConsole
|
|
text: Show info messages in console
|
|
|
|
OptionCheckBox
|
|
id: showEventMessagesInConsole
|
|
text: Show event messages in console
|
|
|
|
OptionCheckBox
|
|
id: showStatusMessagesInConsole
|
|
text: Show status messages in console
|
|
|
|
OptionCheckBox
|
|
id: showTimestampsInConsole
|
|
text: Show timestamps in console
|
|
|
|
OptionCheckBox
|
|
id: showLevelsInConsole
|
|
text: Show levels in console
|
|
|
|
OptionCheckBox
|
|
id: showPrivateMessagesInConsole
|
|
text: Show private messages in console |