Remove start page

This commit is contained in:
Thomas Perl 2014-03-15 20:30:34 +01:00
parent debc6519be
commit 579b88cdac
9 changed files with 79 additions and 292 deletions

View file

@ -54,6 +54,8 @@ Dialog {
model: selectionDialog.items
delegate: ButtonArea {
id: buttonArea
width: parent.width
height: 60 * pgst.scalef
@ -67,7 +69,7 @@ Dialog {
}
text: modelData
color: (index == selectionDialog.selectedIndex) ? Constants.colors.highlight : Constants.colors.text
color: (index == selectionDialog.selectedIndex || buttonArea.pressed) ? Constants.colors.highlight : Constants.colors.text
}
onClicked: {