mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Center navigation dots
Contributes to CL-1151
This commit is contained in:
parent
9b6e52a5be
commit
627c647fbc
1 changed files with 11 additions and 14 deletions
|
@ -211,7 +211,7 @@ Item
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Item
|
Row
|
||||||
{
|
{
|
||||||
id: navigationDots
|
id: navigationDots
|
||||||
anchors
|
anchors
|
||||||
|
@ -220,8 +220,6 @@ Item
|
||||||
top: centerSection.bottom
|
top: centerSection.bottom
|
||||||
topMargin: 36 * screenScaleFactor // TODO: Theme!
|
topMargin: 36 * screenScaleFactor // TODO: Theme!
|
||||||
}
|
}
|
||||||
Row
|
|
||||||
{
|
|
||||||
spacing: 8 * screenScaleFactor // TODO: Theme!
|
spacing: 8 * screenScaleFactor // TODO: Theme!
|
||||||
Repeater
|
Repeater
|
||||||
{
|
{
|
||||||
|
@ -239,7 +237,6 @@ Item
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
function navigateTo( i ) {
|
function navigateTo( i ) {
|
||||||
if (i >= 0 && i < OutputDevice.printers.length)
|
if (i >= 0 && i < OutputDevice.printers.length)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue