Remove PageIndicator::spacing
Change-Id: Ibfb822c5f30941b60a34428a65fb4031d74e5f00 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
This commit is contained in:
parent
ec7a1bece7
commit
8c5100ca39
|
@ -40,8 +40,6 @@ import QtQuick.Controls 2.0
|
||||||
AbstractPageIndicator {
|
AbstractPageIndicator {
|
||||||
id: control
|
id: control
|
||||||
|
|
||||||
property alias spacing: row.spacing
|
|
||||||
|
|
||||||
Accessible.role: Accessible.Indicator
|
Accessible.role: Accessible.Indicator
|
||||||
|
|
||||||
implicitWidth: Math.max(background ? background.implicitWidth : 0,
|
implicitWidth: Math.max(background ? background.implicitWidth : 0,
|
||||||
|
@ -66,8 +64,6 @@ AbstractPageIndicator {
|
||||||
|
|
||||||
//! [contentItem]
|
//! [contentItem]
|
||||||
contentItem: Row {
|
contentItem: Row {
|
||||||
id: row
|
|
||||||
|
|
||||||
spacing: control.Theme.spacing
|
spacing: control.Theme.spacing
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
|
|
Loading…
Reference in New Issue