redesigned emoji drawer #421

Merged
sarah merged 3 commits from emodrawer2 into master 2020-11-26 22:25:25 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 1515fb7998 - Show all commits

@ -1 +1 @@
Subproject commit a69fb3cff29a56fd2ea9c3b3d2b61f4ebe34e3c7
Subproject commit dab30aa1643cf21cd2c0bd6928a2edbf0952cffa

View File

@ -210,6 +210,7 @@ ColumnLayout {
id: btnSend
source: gcd.assetPath + "core/send-24px.webp"
width: colRight.width
// floor(...) needed or else send icon won't scale properly(?!?)
height: Math.floor(50 * gcd.themeScale)
size: 36 * gcd.themeScale
sourceWidth: size