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)
|
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") {
|
||||||
|
|
Reference in a new issue