mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-09 14:07:26 -04:00
https://trello.com/c/9ux5ftqK/48-hide-hints-functionality
This commit is contained in:
@@ -16,7 +16,7 @@ Item {
|
||||
anchors.right: parent.right
|
||||
height: parent.height - 1
|
||||
y: buttonArea.pressed ? 0 : 1
|
||||
radius: 4
|
||||
//radius: 4
|
||||
color: buttonArea.pressed ? parent.shadowPressedColor : parent.shadowReleasedColor
|
||||
}
|
||||
|
||||
@@ -26,7 +26,7 @@ Item {
|
||||
height: parent.height - 1
|
||||
y: buttonArea.pressed ? 1 : 0
|
||||
color: buttonArea.pressed ? parent.pressedColor : parent.releasedColor
|
||||
radius: 4
|
||||
//radius: 4
|
||||
}
|
||||
|
||||
Text {
|
||||
|
||||
Reference in New Issue
Block a user