mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
Changed scrollbar width
This commit is contained in:
parent
57a9508849
commit
bb9e4ee0b9
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ Item {
|
||||||
Rectangle {
|
Rectangle {
|
||||||
id: scroll
|
id: scroll
|
||||||
|
|
||||||
width: 15
|
width: 4
|
||||||
height: {
|
height: {
|
||||||
var t = (flickable.height * flickable.height) / flickable.contentHeight
|
var t = (flickable.height * flickable.height) / flickable.contentHeight
|
||||||
return t < 20 ? 20 : t
|
return t < 20 ? 20 : t
|
||||||
|
@ -62,7 +62,7 @@ Item {
|
||||||
visible: flickable.contentHeight > flickable.height
|
visible: flickable.contentHeight > flickable.height
|
||||||
|
|
||||||
Behavior on opacity {
|
Behavior on opacity {
|
||||||
NumberAnimation { duration: 100; easing.type: Easing.InQuad }
|
NumberAnimation { duration: 200; easing.type: Easing.InQuad }
|
||||||
}
|
}
|
||||||
|
|
||||||
MouseArea {
|
MouseArea {
|
||||||
|
|
Loading…
Reference in a new issue