diff options
| author | rating89us <45968869+rating89us@users.noreply.github.com> | 2021-07-16 09:59:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-16 09:59:45 +0200 |
| commit | d20c589e423bcb72e8042273956d546bf49038a0 (patch) | |
| tree | 177482e2b8308fe7356772023395b81724cf8b54 /components | |
| parent | b6682330a6f87051c523c05b9b653eb494760003 (diff) | |
| download | monzero-gui-d20c589e423bcb72e8042273956d546bf49038a0.tar.gz monzero-gui-d20c589e423bcb72e8042273956d546bf49038a0.tar.xz monzero-gui-d20c589e423bcb72e8042273956d546bf49038a0.zip | |
Tooltip: fix tooltip width
Diffstat (limited to 'components')
| -rw-r--r-- | components/Tooltip.qml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/Tooltip.qml b/components/Tooltip.qml index 30b50e6e..4709837e 100644 --- a/components/Tooltip.qml +++ b/components/Tooltip.qml @@ -95,9 +95,11 @@ Rectangle { delay: 200 RowLayout { + Layout.maximumWidth: 350 + Text { id: tooltip - Layout.maximumWidth: 350 + width: contentWidth color: MoneroComponents.Style.defaultFontColor font.family: MoneroComponents.Style.fontRegular.name font.pixelSize: 12 |
