adjusted up image button size
This commit is contained in:
parent
12aed636ea
commit
dd0190ad8b
1 changed files with 2 additions and 2 deletions
|
@ -156,8 +156,8 @@ Container {
|
|||
bottomMargin: ui.sdu(2.0)
|
||||
ImageButton {
|
||||
id: pimage
|
||||
maxWidth: ui.du(12)
|
||||
maxHeight: ui.du(12)
|
||||
maxWidth: ui.du(20)
|
||||
maxHeight: ui.du(20)
|
||||
visible: {
|
||||
var isphoto = false
|
||||
if (typeof ListItemData.raw !== "undefined") {
|
||||
|
|
Reference in a new issue