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

Ellipsize the file system type combo box (#1212615) #255

Closed
wants to merge 1 commit into from

Conversation

dashea
Copy link
Contributor

@dashea dashea commented Jul 28, 2015

The PPC architecture has unusually long filesystem type names, which
blows out the window when running at 800x600. Ellipsize long names in
the combo box, which means the GtkComboBoxtext has to be downgraded to a
GtkComboBox and the model and renderer handled ourselves.

Resolves: rhbz#1212615
(cherry picked from commit ba9f0d1,
sort of)

The PPC architecture has unusually long filesystem type names, which
blows out the window when running at 800x600. Ellipsize long names in
the combo box, which means the GtkComboBoxtext has to be downgraded to a
GtkComboBox and the model and renderer handled ourselves.

Resolves: rhbz#1212615
(cherry picked from commit ba9f0d1,
sort of)
@vpodzime
Copy link
Contributor

Looks good to me.

@vpodzime vpodzime added the ACK label Jul 29, 2015
@dashea
Copy link
Contributor Author

dashea commented Jul 29, 2015

Pushed.

@dashea dashea closed this Jul 29, 2015
@dashea dashea deleted the ppc-combobox branch July 29, 2015 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants