forked from Public/monero-gui
Replacing checkbox, using default values from component
This commit is contained in:
committed by
moneromooo-monero
parent
5028491ab3
commit
af9e4e86f0
@@ -291,8 +291,6 @@ Rectangle {
|
||||
anchors.left: filterButton.right
|
||||
anchors.bottom: filterButton.bottom
|
||||
anchors.leftMargin: 17
|
||||
checkedIcon: "../images/checkedVioletIcon.png"
|
||||
uncheckedIcon: "../images/uncheckedIcon.png"
|
||||
onClicked: {
|
||||
if(checked) tableRect.height = Qt.binding(function(){ return tableRect.collapsedHeight })
|
||||
else tableRect.height = Qt.binding(function(){ return tableRect.middleHeight })
|
||||
|
||||
Reference in New Issue
Block a user