Skip to content
Snippets Groups Projects
Commit 479036f6 authored by Massies Alexandre's avatar Massies Alexandre
Browse files

anchors and margins

parent c5593792
Branches
No related tags found
No related merge requests found
......@@ -121,11 +121,8 @@ Window {
Row {
id: main_row
width: 1800
height: 900
anchors.verticalCenter: parent.verticalCenter
anchors.fill: parent
spacing: 150
anchors.horizontalCenter: parent.horizontalCenter
Rectangle {
id: rectangle_buttons
......@@ -133,13 +130,15 @@ Window {
height: 850
color: "#323232"
border.width: 0
anchors.verticalCenter: parent.verticalCenter
anchors.left: parent.left
anchors.leftMargin: 0.05*Window.width
anchors.verticalCenterOffset: 20
Column {
id: column_buttons
width: 400
height: 850
anchors.verticalCenter: parent.verticalCenter
anchors.horizontalCenter: parent.horizontalCenter
spacing: 20
Choosebutton {
......@@ -260,14 +259,14 @@ Window {
height: 900
color: "#323232"
border.width: 0
anchors.verticalCenter: parent.verticalCenter
anchors.horizontalCenter: parent.horizontalCenter
Column {
id: center_column
width: 700
height: 900
anchors.verticalCenter: parent.verticalCenter
spacing: 30
anchors.horizontalCenter: parent.horizontalCenter
Rectangle {
id: rectangle_titre
......@@ -411,6 +410,9 @@ Window {
height: 850
color: "#323232"
border.width: 0
anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right
anchors.rightMargin: 0.05*Window.width
Row {
y: 50
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment