mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-21 23:15:54 +02:00
Updated to OTCv8 3.1 rev 130
This commit is contained in:
@@ -96,6 +96,22 @@ UIWidget
|
||||
type: horizontalBox
|
||||
fit-children: true
|
||||
spacing: -1
|
||||
|
||||
Panel
|
||||
id: gameLeftActionPanel
|
||||
phantom: true
|
||||
focusable: false
|
||||
anchors.top: gameTopBar.bottom
|
||||
anchors.left: gameLeftPanels.right
|
||||
anchors.bottom: bottomSplitter.top
|
||||
margin-top: 3
|
||||
|
||||
$mobile:
|
||||
visible: false
|
||||
|
||||
layout:
|
||||
type: horizontalBox
|
||||
fit-children: true
|
||||
|
||||
Panel
|
||||
id: gameRightPanels
|
||||
@@ -107,6 +123,22 @@ UIWidget
|
||||
type: horizontalBox
|
||||
fit-children: true
|
||||
spacing: -1
|
||||
|
||||
Panel
|
||||
id: gameRightActionPanel
|
||||
phantom: true
|
||||
focusable: false
|
||||
anchors.top: gameTopBar.bottom
|
||||
anchors.right: gameRightPanels.left
|
||||
anchors.bottom: bottomSplitter.top
|
||||
margin-top: 3
|
||||
|
||||
$mobile:
|
||||
visible: false
|
||||
|
||||
layout:
|
||||
type: horizontalBox
|
||||
fit-children: true
|
||||
|
||||
Splitter
|
||||
id: bottomSplitter
|
||||
@@ -123,7 +155,7 @@ UIWidget
|
||||
visible: false
|
||||
|
||||
Panel
|
||||
id: gameActionPanel
|
||||
id: gameBottomActionPanel
|
||||
phantom: true
|
||||
focusable: false
|
||||
|
||||
@@ -145,9 +177,9 @@ UIWidget
|
||||
Panel
|
||||
id: gameBottomPanel
|
||||
$!mobile:
|
||||
anchors.left: gameActionPanel.left
|
||||
anchors.right: gameActionPanel.right
|
||||
anchors.top: gameActionPanel.bottom
|
||||
anchors.left: gameBottomActionPanel.left
|
||||
anchors.right: gameBottomActionPanel.right
|
||||
anchors.top: gameBottomActionPanel.bottom
|
||||
anchors.bottom: parent.bottom
|
||||
|
||||
$mobile:
|
||||
@@ -159,3 +191,18 @@ UIWidget
|
||||
id: mouseGrabber
|
||||
focusable: false
|
||||
visible: false
|
||||
|
||||
Panel
|
||||
id: gameTopBar
|
||||
image-source: /images/ui/panel_bottom2
|
||||
anchors.top: parent.top
|
||||
anchors.left: gameBottomActionPanel.left
|
||||
anchors.right: gameBottomActionPanel.right
|
||||
focusable: false
|
||||
|
||||
$mobile:
|
||||
height: 0
|
||||
|
||||
layout:
|
||||
type: verticalBox
|
||||
fit-children: true
|
Reference in New Issue
Block a user