mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-10 14:23:59 +02:00
UI cleanup
This commit is contained in:
parent
1ba8099e8e
commit
3e8f44e5e0
18 changed files with 79 additions and 90 deletions
|
@ -10,9 +10,9 @@ Rectangle {
|
|||
|
||||
property int scrollbarWidth: 20
|
||||
|
||||
property variant color: "white"
|
||||
property variant baseOpacityOff: 0.4
|
||||
property variant baseOpacityOn: 0.9
|
||||
property string color: "white"
|
||||
property real baseOpacityOff: 0.4
|
||||
property real baseOpacityOn: 0.9
|
||||
|
||||
radius: vertical ? width/2 : height/2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue