Updated to OTCv8 3.1 rev 131

This commit is contained in:
OTCv8
2022-02-15 21:11:37 +00:00
parent 5a3e429d32
commit 80177bd151
136 changed files with 2685 additions and 5381 deletions

View File

@@ -96,22 +96,6 @@ 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
@@ -123,22 +107,6 @@ 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
@@ -155,7 +123,7 @@ UIWidget
visible: false
Panel
id: gameBottomActionPanel
id: gameActionPanel
phantom: true
focusable: false
@@ -177,9 +145,9 @@ UIWidget
Panel
id: gameBottomPanel
$!mobile:
anchors.left: gameBottomActionPanel.left
anchors.right: gameBottomActionPanel.right
anchors.top: gameBottomActionPanel.bottom
anchors.left: gameActionPanel.left
anchors.right: gameActionPanel.right
anchors.top: gameActionPanel.bottom
anchors.bottom: parent.bottom
$mobile:
@@ -191,18 +159,3 @@ 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