New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[font] Set TextField font to Open Sans, fixes NEMO#711. #29
Conversation
|
Also set the text field font, this was a long overdue fix. |
| // The background of the button. | ||
| background: Rectangle { | ||
| implicitWidth: 240 | ||
| implicitHeight: 50 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How will you achieve now that all buttons are of same height? As in e.g. http://play.qwazix.com/grog/wp-content/uploads/2013/07/SystemUI.png
| @@ -26,6 +26,7 @@ TextFieldStyle { | |||
| selectionColor: Theme.textField.selectionColor | |||
| textColor: Theme.textField.selectedTextColor | |||
| font.pixelSize: Theme.textField.pointSize | |||
| font.family: 'Open Sans' | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should it not be taken from the Theme?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea, will fix.
Also set the font via Theme object as instructed. This is now indicated in glacier.json.
|
lgtm if tested:) |
|
Yup tested just now. |
|
LGTM too |
|
Ok merging. |
[font] Set TextField font to Open Sans, fixes NEMO#711.
No description provided.