* And minor adjustments
This commit is contained in:
Eduardo Bart
2013-01-25 17:26:51 -02:00
parent c982ca81a5
commit 32c5f4285b
13 changed files with 121 additions and 60 deletions

View File

@@ -4,6 +4,9 @@ GameSidePanel < UIMiniWindowContainer
image-border: 4
padding: 4
width: 198
layout:
type: verticalBox
//spacing: 1
GameBottomPanel < Panel
image-source: /images/ui/panel_bottom
@@ -14,6 +17,9 @@ GameMapPanel < UIGameMap
image-source: /images/ui/panel_map
image-border: 4
$on:
padding: 0
UIWidget
id: gameRootPanel
anchors.fill: parent
@@ -36,7 +42,6 @@ UIWidget
GameSidePanel
id: gameLeftPanel
layout: verticalBox
anchors.left: parent.left
anchors.top: parent.top
anchors.bottom: parent.bottom
@@ -49,7 +54,6 @@ UIWidget
GameSidePanel
id: gameRightPanel
layout: verticalBox
anchors.right: parent.right
anchors.top: parent.top
anchors.bottom: parent.bottom