Center navigation dots

Contributes to CL-1151
This commit is contained in:
Ian Paschal 2018-12-18 13:17:25 +01:00
parent 9b6e52a5be
commit 627c647fbc

View File

@ -211,7 +211,7 @@ Item
}
}
Item
Row
{
id: navigationDots
anchors
@ -220,8 +220,6 @@ Item
top: centerSection.bottom
topMargin: 36 * screenScaleFactor // TODO: Theme!
}
Row
{
spacing: 8 * screenScaleFactor // TODO: Theme!
Repeater
{
@ -239,7 +237,6 @@ Item
}
}
}
}
function navigateTo( i ) {
if (i >= 0 && i < OutputDevice.printers.length)