Skip to content
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

Merged
merged 1 commit into from Dec 8, 2014

Conversation

locusf
Copy link
Member

@locusf locusf commented Dec 8, 2014

No description provided.

@locusf
Copy link
Member Author

locusf commented Dec 8, 2014

Also set the text field font, this was a long overdue fix.

// The background of the button.
background: Rectangle {
implicitWidth: 240
implicitHeight: 50
Copy link
Contributor

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

@locusf locusf changed the title [Button] Remove fixed width buttons and instead add padding. [font] Set TextField font to Open Sans, fixes NEMO#711. Dec 8, 2014
@@ -26,6 +26,7 @@ TextFieldStyle {
selectionColor: Theme.textField.selectionColor
textColor: Theme.textField.selectedTextColor
font.pixelSize: Theme.textField.pointSize
font.family: 'Open Sans'
Copy link
Contributor

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?

Copy link
Member Author

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.
@sledges
Copy link
Contributor

sledges commented Dec 8, 2014

lgtm if tested:)

@locusf
Copy link
Member Author

locusf commented Dec 8, 2014

Yup tested just now.

@SfietKonstantin
Copy link
Member

LGTM too

@locusf
Copy link
Member Author

locusf commented Dec 8, 2014

Ok merging.

locusf added a commit that referenced this pull request Dec 8, 2014
[font] Set TextField font to Open Sans, fixes NEMO#711.
@locusf locusf merged commit da72638 into nemomobile:master Dec 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants