From 2bb1092472c2dbc618b4ba3f1c109c3c8d8ab7c0 Mon Sep 17 00:00:00 2001 From: xiphon Date: Thu, 4 Feb 2021 11:45:25 +0000 Subject: LineEditMulti: right padding, fontFamily, backtab, inline btns vcenter --- components/InlineButton.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'components/InlineButton.qml') diff --git a/components/InlineButton.qml b/components/InlineButton.qml index 107614d5..9d6cba06 100644 --- a/components/InlineButton.qml +++ b/components/InlineButton.qml @@ -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 -- cgit v1.2.3