mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 20:14:54 +02:00
Add a button to show the top menu when it's hidden
This commit is contained in:
@@ -32,6 +32,14 @@ UIWidget
|
||||
anchors.bottom: gameBottomPanel.top
|
||||
focusable: false
|
||||
|
||||
Button
|
||||
id: showTopMenuButton
|
||||
anchors.top: parent.top
|
||||
anchors.left: parent.left
|
||||
!text: tr('Show Top Menu')
|
||||
height: 32
|
||||
visible: false
|
||||
|
||||
GameBottomPanel
|
||||
id: gameBottomPanel
|
||||
anchors.left: gameLeftPanel.right
|
||||
|
Reference in New Issue
Block a user