WallpaperTab: fix width of NInputAction for individual wallpapers

NFilePicker: reverse grid/listview button
This commit is contained in:
Ly-sec
2025-09-21 21:32:57 +02:00
parent 385f4943ae
commit 3684c87f8c
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -255,7 +255,7 @@ Popup {
}
NIconButton {
icon: filePickerPanel.viewMode ? "filepicker-layout-grid" : "filepicker-list"
icon: filePickerPanel.viewMode ? "filepicker-list" : "filepicker-layout-grid"
tooltipText: filePickerPanel.viewMode ? "List View" : "Grid View"
baseSize: Style.baseWidgetSize * 0.8
onClicked: filePickerPanel.viewMode = !filePickerPanel.viewMode