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

Commits on Jul 28, 2015

  1. Ellipsize the file system type combo box (#1212615)

    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)
    dashea committed Jul 28, 2015
    Configuration menu
    Copy the full SHA
    e2b6aed View commit details
    Browse the repository at this point in the history