tibia-client/modules/client_options/options.otui

34 lines
706 B
Plaintext
Raw Normal View History

MainWindow
id: optionsWindow
title: Options
2011-11-17 01:12:11 +01:00
size: 286 100
2011-11-17 01:12:11 +01:00
CheckBox
id: vsyncCheckBox
text: Enable vertical synchronization
tooltip: Limits FPS to 60
anchors.left: parent.left
2011-11-17 01:12:11 +01:00
anchors.right: parent.right
anchors.top: parent.top
2011-11-17 22:41:02 +01:00
margin-top: 28
margin-left: 18
margin-right: 18
2011-11-17 01:12:11 +01:00
CheckBox
id: fpsCheckBox
text: Show frame rate
anchors.left: parent.left
anchors.right: parent.right
2011-11-17 01:12:11 +01:00
anchors.top: prev.bottom
2011-11-17 22:41:02 +01:00
margin-top: 10
margin-left: 18
margin-right: 18
Button
text: Ok
width: 64
anchors.right: parent.right
anchors.bottom: parent.bottom
2011-11-17 22:41:02 +01:00
margin-right: 10
margin-bottom: 10
2011-11-16 00:47:32 +01:00
@onClick: Options.destroy()