Updated to OTCv8 3.1 rev 132

This commit is contained in:
OTCv8
2022-02-17 11:22:38 +00:00
parent 80177bd151
commit db1d638018
135 changed files with 5381 additions and 2684 deletions

View File

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