arrow buttons by default

This commit is contained in:
Marco Martin 2011-10-30 17:36:42 +01:00
parent 92accc1460
commit a2cf63e813
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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