diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-03-05 13:58:28 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-03-05 13:58:28 -0500 |
| commit | 88d26dbecf36fdab7d6150ddd87f18eabb69fa86 (patch) | |
| tree | f62b2ff4d828c270bc6380620538a66eb200f762 /components/InlineButton.qml | |
| parent | 059af2bb49853384360219c2da4e220799371f67 (diff) | |
| parent | 2bb1092472c2dbc618b4ba3f1c109c3c8d8ab7c0 (diff) | |
| download | monzero-gui-88d26dbecf36fdab7d6150ddd87f18eabb69fa86.tar.gz monzero-gui-88d26dbecf36fdab7d6150ddd87f18eabb69fa86.tar.xz monzero-gui-88d26dbecf36fdab7d6150ddd87f18eabb69fa86.zip | |
Merge pull request #3328
2bb1092 LineEditMulti: right padding, fontFamily, backtab, inline btns vcenter (xiphon)
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 |
