LineEditMulti: right padding, fontFamily, backtab, inline btns vcenter

This commit is contained in:
xiphon
2021-02-04 11:45:25 +00:00
parent c1573c2c2a
commit 2bb1092472
2 changed files with 7 additions and 5 deletions

View File

@@ -46,7 +46,6 @@ Item {
property bool isFontAwesomeIcon: fontFamily == FontAwesome.fontFamily || fontFamily == FontAwesome.fontFamilySolid
property alias buttonColor: rect.color
Layout.rightMargin: isFontAwesomeIcon ? 0 : 4
height: isFontAwesomeIcon ? 30 : 24
width: isFontAwesomeIcon ? height : inlineText.width + 16