fix: bottom bar
This commit is contained in:
parent
1350b8d7ad
commit
3b2ac9ac32
1 changed files with 4 additions and 3 deletions
|
@ -269,7 +269,7 @@ Item {
|
|||
FishUI.BusyIndicator {
|
||||
id: _busyIndicator
|
||||
Layout.alignment: Qt.AlignLeft
|
||||
Layout.fillHeight: true
|
||||
height: statusBarHeight
|
||||
width: height
|
||||
running: visible
|
||||
visible: dirModel.status === FM.FolderModel.Listing
|
||||
|
@ -277,6 +277,7 @@ Item {
|
|||
|
||||
Label {
|
||||
text: dirModel.selectedItemSize
|
||||
visible: dirModel.url !== "trash:///"
|
||||
}
|
||||
|
||||
Item {
|
||||
|
@ -284,8 +285,8 @@ Item {
|
|||
}
|
||||
|
||||
Button {
|
||||
Layout.fillHeight: true
|
||||
Layout.alignment: Qt.AlignRight
|
||||
id: _emptyTrashBtn
|
||||
implicitHeight: statusBarHeight
|
||||
text: qsTr("Empty Trash")
|
||||
font.pointSize: 10
|
||||
onClicked: dirModel.emptyTrash()
|
||||
|
|
Loading…
Reference in a new issue