forked from brmlab/brmbar-github
brmbarv3: Grey out non-working buttons as disabled
This commit is contained in:
parent
6a71841112
commit
325033231b
3 changed files with 6 additions and 2 deletions
|
@ -32,6 +32,7 @@ Item {
|
|||
width: 360
|
||||
text: "Withdrawal"
|
||||
fontSize: 44
|
||||
btnColor: "#666666"
|
||||
}
|
||||
|
||||
BarButton {
|
||||
|
@ -50,6 +51,7 @@ Item {
|
|||
y: 582
|
||||
width: 360
|
||||
text: "Select Item"
|
||||
btnColor: "#666666"
|
||||
}
|
||||
|
||||
BarButton {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue