diff options
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 |
