diff options
| author | selsta <selsta@sent.at> | 2021-06-02 17:06:45 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2021-06-02 17:06:45 +0200 |
| commit | 20106b29ba8865a6674452e2f6721123035356dc (patch) | |
| tree | 7a2ac167c9fe0be70898f44b2fb784b74d186f61 /components | |
| parent | 2946127ed791ef8dd6dc430b681a14cd5bd2d71e (diff) | |
| download | monzero-gui-20106b29ba8865a6674452e2f6721123035356dc.tar.gz monzero-gui-20106b29ba8865a6674452e2f6721123035356dc.tar.xz monzero-gui-20106b29ba8865a6674452e2f6721123035356dc.zip | |
Tooltip: fix binding loop
Diffstat (limited to 'components')
| -rw-r--r-- | components/Tooltip.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/Tooltip.qml b/components/Tooltip.qml index b33d90ef..30b50e6e 100644 --- a/components/Tooltip.qml +++ b/components/Tooltip.qml @@ -98,7 +98,6 @@ Rectangle { Text { id: tooltip Layout.maximumWidth: 350 - width: contentWidth > Layout.maximumWidth ? Layout.maximumWidth : contentWidth color: MoneroComponents.Style.defaultFontColor font.family: MoneroComponents.Style.fontRegular.name font.pixelSize: 12 |
