~ps-jenkins/ubuntu-settings-components/ubuntu-utopic-proposed

« back to all changes in this revision

Viewing changes to Ubuntu/Settings/Menus/ButtonMenu.qml

Fixed visual design of EventMenu. Simplified Checkbox/GroupMessage. Fixes: https://bugs.launchpad.net/bugs/1237752.

Approved by PS Jenkins bot, Andrea Cimitan.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
    control: Button {
30
30
        id: button
31
31
        objectName: "button"
32
 
        width: units.gu(20)
 
32
        width: Math.max(units.gu(5), implicitWidth)
33
33
    }
34
34
}