[app] Don't mess with the Button width

This commit is contained in:
Slava Monich 2015-10-21 13:57:38 +03:00
parent 01e9c614a0
commit 312dbff58c

View file

@ -233,7 +233,6 @@ SilicaFlickable {
Button {
//% "Cancel"
text: qsTrId("book-view-cancel-loading")
width: Math.max(Theme.buttonWidthMedium, implicitWidth)
height: Theme.itemSizeLarge
anchors {
bottom: parent.bottom