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

About me - fix age picker spacing #713

Merged
merged 1 commit into from Sep 4, 2016

Conversation

quozl
Copy link
Contributor

@quozl quozl commented Aug 19, 2016

When language is set to Spanish, the icons do not appear evenly spaced.

Each age is a Gtk.Grid containing an EventIcon and a Gtk.Label, but the array of grids is held in a Gtk.Fixed with spacing set by _configure method. The design depends on the label fitting within the large icon size of the style.

Wrap and centre the label. This increases the chance that it will fit within the large icon size.

Reported in https://bugs.sugarlabs.org/ticket/4967

When language is set to Spanish, the icons do not appear evenly spaced.

Each age is a Gtk.Grid containing an EventIcon and a Gtk.Label, but the
array of grids is held in a Gtk.Fixed with spacing set by _configure
method.  The design depends on the label fitting within the large icon
size of the style.

Wrap and centre the label.  This increases the chance that it will fit
within the large icon size.

Reported in https://bugs.sugarlabs.org/ticket/4967
@samdroid-apps samdroid-apps merged commit 37fb479 into sugarlabs:master Sep 4, 2016
@quozl quozl deleted the 2016-232-fix-age-picker branch September 11, 2019 03:50
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

2 participants