~carla-sella/sudoku-app/settingsTab

« back to all changes in this revision

Viewing changes to sudoku-app.qml

  • Committer: Carla Sella
  • Date: 2013-07-17 19:04:59 UTC
  • Revision ID: carla.sella@gmail.com-20130717190459-t9hhiro8dlj6i8oh
for merge problem

Show diffs side-by-side

added added

removed removed

Lines of Context:
529
529
                    }
530
530
 
531
531
                    ListItem.ValueSelector {
 
532
                        objectName: "difficultySelector"
532
533
                        id: difficultySelector
533
534
                        text: i18n.tr("Difficulty")
534
535
                        values: [i18n.tr("Easy"), i18n.tr("Moderate"), i18n.tr("Hard"), i18n.tr("Ultra Hard")]