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 {
|
||||
id: control
|
||||
|
||||
property alias spacing: row.spacing
|
||||
|
||||
Accessible.role: Accessible.Indicator
|
||||
|
||||
implicitWidth: Math.max(background ? background.implicitWidth : 0,
|
||||
|
@ -66,8 +64,6 @@ AbstractPageIndicator {
|
|||
|
||||
//! [contentItem]
|
||||
contentItem: Row {
|
||||
id: row
|
||||
|
||||
spacing: control.Theme.spacing
|
||||
|
||||
Repeater {
|
||||
|
|
Loading…
Reference in New Issue