From c00e68164cea8ab8a73c0f23b65b034b22b6ab2c Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Fri, 17 Nov 2017 14:46:07 -0800 Subject: [PATCH] set minimum avatar size resolves #33 --- assets/PostItem.qml | 2 ++ translations/Goober.ts | 20 ++++++++++---------- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/assets/PostItem.qml b/assets/PostItem.qml index 4fb68d9..2fa3ec4 100644 --- a/assets/PostItem.qml +++ b/assets/PostItem.qml @@ -47,6 +47,8 @@ Container { background: (theme === VisualStyle.Bright) ? Color.create("#e9e9e9") : Color.create("#282828") ImageView { id: avatar + minWidth: ui.du(12) + minHeight: ui.du(12) maxWidth: ui.du(12) maxHeight: ui.du(12) //imageSource: "asset:///icons/laughing_man.png" diff --git a/translations/Goober.ts b/translations/Goober.ts index f1ba481..ca1461c 100644 --- a/translations/Goober.ts +++ b/translations/Goober.ts @@ -43,52 +43,52 @@ PostItem - + Reply - + Reply All - + Delete Bookmark - + Add Bookmark - + Delete Repost - + Repost - + Quote - + View Profile - + Copy text - + Delete