diff options
| author | marcin <z.krzysztoff7@gmail.com> | 2014-07-22 16:55:25 +0200 |
|---|---|---|
| committer | marcin <z.krzysztoff7@gmail.com> | 2014-07-22 16:55:25 +0200 |
| commit | 84c251398ca6efa41bade55fded249d2d937ba88 (patch) | |
| tree | 1c4fa47d9b9adb511955dac94f47e91eee9f52ef /components/Scroll.qml | |
| parent | 2f54bb12eb7f0965ff4861cb0faee5021c355d20 (diff) | |
| download | monzero-gui-84c251398ca6efa41bade55fded249d2d937ba88.tar.gz monzero-gui-84c251398ca6efa41bade55fded249d2d937ba88.tar.xz monzero-gui-84c251398ca6efa41bade55fded249d2d937ba88.zip | |
https://trello.com/c/l0lGL8QQ/52-advanced-filtering-in-history-needs-to-be-more-obviously-toggled-than-the-hyperlink-an-icon-maybe
Diffstat (limited to 'components/Scroll.qml')
| -rw-r--r-- | components/Scroll.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Scroll.qml b/components/Scroll.qml index 4ab037ad..f0a3027e 100644 --- a/components/Scroll.qml +++ b/components/Scroll.qml @@ -12,7 +12,7 @@ Rectangle { y = (flickable.contentY / (flickable.contentHeight - flickable.height)) * t + yPos } - width: 12 + width: 15 height: { var t = (flickable.height * flickable.height) / flickable.contentHeight return t < 20 ? 20 : t |
