diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-07-26 15:34:50 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-07-26 15:34:50 -0400 |
| commit | 4376880b46941a153dc4e088f38515506fe7fae1 (patch) | |
| tree | b5ebd56685c704e22744468244b2c965caa74ecb /components | |
| parent | 98057487f6b08e57b18908d1fb26817baaefccf6 (diff) | |
| parent | d20c589e423bcb72e8042273956d546bf49038a0 (diff) | |
| download | monzero-gui-4376880b46941a153dc4e088f38515506fe7fae1.tar.gz monzero-gui-4376880b46941a153dc4e088f38515506fe7fae1.tar.xz monzero-gui-4376880b46941a153dc4e088f38515506fe7fae1.zip | |
Merge pull request #3627
d20c589 Tooltip: fix tooltip width (rating89us)
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 |
