mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-30 15:54:32 +08:00
Merge branch 'fix_jogging_layout' of https://github.com/fieldOfView/Cura into fieldOfView-fix_jogging_layout
This commit is contained in:
commit
b86b6a9449
@ -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