diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-07-11 22:18:49 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-07-11 22:18:49 -0400 |
| commit | b54ee598d8d127139d0f09431ba9b14d5212a213 (patch) | |
| tree | 03dd66e05758700cc05a3d84793d3eaebddff468 /components | |
| parent | 7da11b050c373a13e0d272c61264caf340df28d9 (diff) | |
| parent | 20106b29ba8865a6674452e2f6721123035356dc (diff) | |
| download | monzero-gui-b54ee598d8d127139d0f09431ba9b14d5212a213.tar.gz monzero-gui-b54ee598d8d127139d0f09431ba9b14d5212a213.tar.xz monzero-gui-b54ee598d8d127139d0f09431ba9b14d5212a213.zip | |
Merge pull request #3523
20106b2 Tooltip: fix binding loop (selsta)
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 |
