mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:39:03 +08:00
Fix the layout of the head jogging controls
This commit is contained in:
parent
9e94875733
commit
ddee0d59e0
@ -90,16 +90,16 @@ Item
|
|||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
horizontalAlignment: Text.AlignHCenter
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
|
||||||
Layout.row: 1
|
Layout.row: 0
|
||||||
Layout.column: 2
|
Layout.column: 1
|
||||||
Layout.preferredWidth: width
|
Layout.preferredWidth: width
|
||||||
Layout.preferredHeight: height
|
Layout.preferredHeight: height
|
||||||
}
|
}
|
||||||
|
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
Layout.row: 2
|
Layout.row: 1
|
||||||
Layout.column: 2
|
Layout.column: 1
|
||||||
Layout.preferredWidth: width
|
Layout.preferredWidth: width
|
||||||
Layout.preferredHeight: height
|
Layout.preferredHeight: height
|
||||||
iconSource: UM.Theme.getIcon("arrow_top");
|
iconSource: UM.Theme.getIcon("arrow_top");
|
||||||
@ -115,8 +115,8 @@ Item
|
|||||||
|
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
Layout.row: 3
|
Layout.row: 2
|
||||||
Layout.column: 1
|
Layout.column: 0
|
||||||
Layout.preferredWidth: width
|
Layout.preferredWidth: width
|
||||||
Layout.preferredHeight: height
|
Layout.preferredHeight: height
|
||||||
iconSource: UM.Theme.getIcon("arrow_left");
|
iconSource: UM.Theme.getIcon("arrow_left");
|
||||||
@ -132,8 +132,8 @@ Item
|
|||||||
|
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
Layout.row: 3
|
Layout.row: 2
|
||||||
Layout.column: 3
|
Layout.column: 2
|
||||||
Layout.preferredWidth: width
|
Layout.preferredWidth: width
|
||||||
Layout.preferredHeight: height
|
Layout.preferredHeight: height
|
||||||
iconSource: UM.Theme.getIcon("arrow_right");
|
iconSource: UM.Theme.getIcon("arrow_right");
|
||||||
@ -149,8 +149,8 @@ Item
|
|||||||
|
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
Layout.row: 4
|
Layout.row: 3
|
||||||
Layout.column: 2
|
Layout.column: 1
|
||||||
Layout.preferredWidth: width
|
Layout.preferredWidth: width
|
||||||
Layout.preferredHeight: height
|
Layout.preferredHeight: height
|
||||||
iconSource: UM.Theme.getIcon("arrow_bottom");
|
iconSource: UM.Theme.getIcon("arrow_bottom");
|
||||||
@ -166,8 +166,8 @@ Item
|
|||||||
|
|
||||||
Button
|
Button
|
||||||
{
|
{
|
||||||
Layout.row: 3
|
Layout.row: 2
|
||||||
Layout.column: 2
|
Layout.column: 1
|
||||||
Layout.preferredWidth: width
|
Layout.preferredWidth: width
|
||||||
Layout.preferredHeight: height
|
Layout.preferredHeight: height
|
||||||
iconSource: UM.Theme.getIcon("home");
|
iconSource: UM.Theme.getIcon("home");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user