adjusted up image button size

This commit is contained in:
Morgan McMillian 2017-11-17 14:10:41 -08:00
parent 12aed636ea
commit dd0190ad8b

View file

@ -156,8 +156,8 @@ Container {
bottomMargin: ui.sdu(2.0) bottomMargin: ui.sdu(2.0)
ImageButton { ImageButton {
id: pimage id: pimage
maxWidth: ui.du(12) maxWidth: ui.du(20)
maxHeight: ui.du(12) maxHeight: ui.du(20)
visible: { visible: {
var isphoto = false var isphoto = false
if (typeof ListItemData.raw !== "undefined") { if (typeof ListItemData.raw !== "undefined") {