mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
fixed position of buttons
This commit is contained in:
parent
a4663a3f5b
commit
d2e401eb8f
1 changed files with 31 additions and 35 deletions
|
|
@ -787,41 +787,26 @@ ApplicationWindow {
|
|||
return comp
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
id: menuColumn
|
||||
y: 10
|
||||
width: parent.width
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
spacing: 3
|
||||
|
||||
/************************/
|
||||
/* Semafor Buttons */
|
||||
/************************/
|
||||
|
||||
RowLayout {
|
||||
Rectangle {
|
||||
id: semaforButtons
|
||||
color: "transparent"
|
||||
height: 32
|
||||
|
||||
anchors {
|
||||
top: parent.top
|
||||
left: parent.left
|
||||
right: parent.right
|
||||
leftMargin: 8
|
||||
bottomMargin: 8
|
||||
topMargin: 0
|
||||
}
|
||||
|
||||
height: 37
|
||||
spacing: 6
|
||||
|
||||
Rectangle {
|
||||
color: "transparent"
|
||||
anchors.fill: parent
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
color: 'transparent'
|
||||
width: 13
|
||||
height: 20
|
||||
x: 3
|
||||
|
||||
Image {
|
||||
height: 13
|
||||
|
|
@ -841,6 +826,7 @@ ApplicationWindow {
|
|||
color: 'transparent'
|
||||
width: 13
|
||||
height: 20
|
||||
x: 21
|
||||
|
||||
Image {
|
||||
height: 13
|
||||
|
|
@ -861,6 +847,7 @@ ApplicationWindow {
|
|||
color: 'transparent'
|
||||
width: 13
|
||||
height: 20
|
||||
x: 40
|
||||
|
||||
Image {
|
||||
height: 13
|
||||
|
|
@ -878,10 +865,19 @@ ApplicationWindow {
|
|||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
id: menuColumn
|
||||
y: 10
|
||||
width: parent.width
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
spacing: 3
|
||||
|
||||
Rectangle {
|
||||
height: 18.4
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
id: menuBegin
|
||||
|
|
|
|||
Loading…
Reference in a new issue