UI fixes (play page, dialog placement, text input)

This commit is contained in:
Thomas Perl 2014-11-23 00:00:26 +01:00
parent 2ff14cfaa9
commit e146239305
6 changed files with 20 additions and 10 deletions

View file

@ -50,6 +50,9 @@ Item {
right: clipboardIcon.left
margins: 5 * pgst.scalef
}
inputMethodHints: Qt.ImhNoAutoUppercase | Qt.ImhNoPredictiveText
color: Constants.colors.text
selectionColor: Constants.colors.background
font.pixelSize: parent.height * 0.7