mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Fixed #178, and some others:
* Fixed a small issue in the ignore module (also please remember to use 2 spaces for tabulation and not tabs) * Changed the order of count window buttons * Added new player functions.
This commit is contained in:
@@ -31,8 +31,8 @@ CountWindow < MainWindow
|
||||
focusable: false
|
||||
|
||||
Button
|
||||
id: buttonOk
|
||||
!text: tr('Ok')
|
||||
id: buttonCancel
|
||||
!text: tr('Cancel')
|
||||
height: 20
|
||||
anchors.left: countScrollBar.horizontalCenter
|
||||
anchors.right: countScrollBar.right
|
||||
@@ -41,8 +41,8 @@ CountWindow < MainWindow
|
||||
focusable: false
|
||||
|
||||
Button
|
||||
id: buttonCancel
|
||||
!text: tr('Cancel')
|
||||
id: buttonOk
|
||||
!text: tr('Ok')
|
||||
height: 20
|
||||
anchors.right: countScrollBar.horizontalCenter
|
||||
anchors.left: countScrollBar.left
|
||||
|
Reference in New Issue
Block a user