diff options
| author | xiphon <xiphon@protonmail.com> | 2021-02-04 11:45:25 +0000 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2021-02-08 20:30:05 +0000 |
| commit | 2bb1092472c2dbc618b4ba3f1c109c3c8d8ab7c0 (patch) | |
| tree | 05ea1893187ca4be3e2b68796187d6714c7a90d3 /components/InlineButton.qml | |
| parent | c1573c2c2acb0025ef3cec19e56061aa582b0d32 (diff) | |
| download | monzero-gui-2bb1092472c2dbc618b4ba3f1c109c3c8d8ab7c0.tar.gz monzero-gui-2bb1092472c2dbc618b4ba3f1c109c3c8d8ab7c0.tar.xz monzero-gui-2bb1092472c2dbc618b4ba3f1c109c3c8d8ab7c0.zip | |
LineEditMulti: right padding, fontFamily, backtab, inline btns vcenter
Diffstat (limited to 'components/InlineButton.qml')
| -rw-r--r-- | components/InlineButton.qml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
