Add a button to show the top menu when it's hidden

This commit is contained in:
Kamil Chojnowski
2017-11-19 02:00:02 +01:00
parent 483988f814
commit 68371c98d4
3 changed files with 20 additions and 0 deletions

View File

@@ -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