mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
ui changes
* create UIResizeBorder * restore miniwindow * scroll fixes
This commit is contained in:
@@ -41,4 +41,16 @@ UIWindow
|
||||
margin-left: 5
|
||||
font: terminus-14px-bold
|
||||
|
||||
|
||||
ResizeBorder
|
||||
id: bottomResizeBorder
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
enabled: false
|
||||
|
||||
ResizeBorder
|
||||
id: rightResizeBorder
|
||||
anchors.right: parent.right
|
||||
anchors.top: parent.top
|
||||
anchors.bottom: parent.bottom
|
||||
enabled: false
|
||||
|
Reference in New Issue
Block a user