mirror of
https://github.com/overte-org/overte.git
synced 2025-07-05 22:09:24 +02:00
Fix colors of buttons in Asset Browser dialog
This commit is contained in:
parent
38d0d28603
commit
a87483dfff
1 changed files with 6 additions and 6 deletions
|
@ -341,7 +341,7 @@ Window {
|
||||||
|
|
||||||
HifiControls.GlyphButton {
|
HifiControls.GlyphButton {
|
||||||
glyph: hifi.glyphs.reload
|
glyph: hifi.glyphs.reload
|
||||||
color: hifi.buttons.white
|
color: hifi.buttons.black
|
||||||
colorScheme: root.colorScheme
|
colorScheme: root.colorScheme
|
||||||
width: hifi.dimensions.controlLineHeight
|
width: hifi.dimensions.controlLineHeight
|
||||||
|
|
||||||
|
@ -349,8 +349,8 @@ Window {
|
||||||
}
|
}
|
||||||
|
|
||||||
HifiControls.Button {
|
HifiControls.Button {
|
||||||
text: "ADD TO WORLD"
|
text: "Add To World"
|
||||||
color: hifi.buttons.white
|
color: hifi.buttons.black
|
||||||
colorScheme: root.colorScheme
|
colorScheme: root.colorScheme
|
||||||
width: 120
|
width: 120
|
||||||
|
|
||||||
|
@ -360,8 +360,8 @@ Window {
|
||||||
}
|
}
|
||||||
|
|
||||||
HifiControls.Button {
|
HifiControls.Button {
|
||||||
text: "RENAME"
|
text: "Rename"
|
||||||
color: hifi.buttons.white
|
color: hifi.buttons.black
|
||||||
colorScheme: root.colorScheme
|
colorScheme: root.colorScheme
|
||||||
width: 80
|
width: 80
|
||||||
|
|
||||||
|
@ -372,7 +372,7 @@ Window {
|
||||||
HifiControls.Button {
|
HifiControls.Button {
|
||||||
id: deleteButton
|
id: deleteButton
|
||||||
|
|
||||||
text: "DELETE"
|
text: "Delete"
|
||||||
color: hifi.buttons.red
|
color: hifi.buttons.red
|
||||||
colorScheme: root.colorScheme
|
colorScheme: root.colorScheme
|
||||||
width: 80
|
width: 80
|
||||||
|
|
Loading…
Reference in a new issue