forked from Public/monero-gui
Dynamic subaddr table height, dont show history table when there is none
This commit is contained in:
committed by
moneromooo-monero
parent
57c0477fc6
commit
5213daad77
@@ -259,6 +259,16 @@ Rectangle {
|
||||
}
|
||||
}
|
||||
|
||||
GridLayout {
|
||||
Layout.topMargin: 20
|
||||
visible: table.count === 0
|
||||
|
||||
Label {
|
||||
fontSize: 16 * scaleRatio
|
||||
text: qsTr("No history yet...") + translationManager.emptyString
|
||||
}
|
||||
}
|
||||
|
||||
GridLayout {
|
||||
id: tableHeader
|
||||
columns: 1
|
||||
@@ -274,6 +284,7 @@ Rectangle {
|
||||
Rectangle {
|
||||
id: header
|
||||
Layout.fillWidth: true
|
||||
visible: table.count > 0
|
||||
|
||||
height: 10
|
||||
color: "transparent"
|
||||
|
||||
Reference in New Issue
Block a user