arrow buttons by default
This commit is contained in:
parent
92accc1460
commit
a2cf63e813
@ -229,7 +229,7 @@ Item {
|
|||||||
|
|
||||||
return Math.max(0, diff);
|
return Math.max(0, diff);
|
||||||
}
|
}
|
||||||
stepSize: 0.0
|
stepSize: 10
|
||||||
inverted: _inverted
|
inverted: _inverted
|
||||||
positionAtMinimum: 0 + handle.width / 2
|
positionAtMinimum: 0 + handle.width / 2
|
||||||
positionAtMaximum: contents.width - handle.width / 2
|
positionAtMaximum: contents.width - handle.width / 2
|
||||||
|
@ -24,9 +24,7 @@ ToolBar 0.1 ToolBar.qml
|
|||||||
ToolButton 0.1 ToolButton.qml
|
ToolButton 0.1 ToolButton.qml
|
||||||
ListItem 0.1 ToolButton.qml
|
ListItem 0.1 ToolButton.qml
|
||||||
|
|
||||||
|
|
||||||
TabBar 0.1 TabBar.qml
|
TabBar 0.1 TabBar.qml
|
||||||
TabButton 0.1 TabButton.qml
|
TabButton 0.1 TabButton.qml
|
||||||
TabGroup 0.1 TabGroup.qml
|
TabGroup 0.1 TabGroup.qml
|
||||||
SectionScroller 0.1 SectionScroller.qml
|
SectionScroller 0.1 SectionScroller.qml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user