Summary: Changed thumbnail view icon to view-preview, closes T117 Test Plan: open pcmanfm-qt and see thumbnail view icon Reviewers: wxl, tsimonq2 Reviewed By: wxl Maniphest Tasks: T117 Differential Revision: https://phab.lubuntu.me/D41ubuntu/eoan ubuntu/0.14.1-0ubuntu2
parent
f73353f96e
commit
d29bd881e2
@ -0,0 +1,16 @@
|
|||||||
|
Description: Change thumbnail view icon to view-preview
|
||||||
|
Author: Tsu Jan <tsujan2000@gmail.com>
|
||||||
|
Applied-Upstream: https://github.com/lxqt/pcmanfm-qt/commit/dd3335d5ca8e3cd3e7d673a294584b22d8b5e1c8
|
||||||
|
Last-Update: 2019-09-07
|
||||||
|
---
|
||||||
|
--- a/pcmanfm/mainwindow.cpp
|
||||||
|
+++ b/pcmanfm/mainwindow.cpp
|
||||||
|
@@ -201,7 +201,7 @@ MainWindow::MainWindow(Fm::FilePath path
|
||||||
|
|
||||||
|
// use generic icons for view actions only if theme icons don't exist
|
||||||
|
ui.actionIconView->setIcon(QIcon::fromTheme(QLatin1String("view-list-icons"), style()->standardIcon(QStyle::SP_FileDialogContentsView)));
|
||||||
|
- ui.actionThumbnailView->setIcon(QIcon::fromTheme(QLatin1String("dialog-information"), style()->standardIcon(QStyle::SP_FileDialogInfoView)));
|
||||||
|
+ ui.actionThumbnailView->setIcon(QIcon::fromTheme(QLatin1String("view-preview"), style()->standardIcon(QStyle::SP_FileDialogInfoView)));
|
||||||
|
ui.actionCompactView->setIcon(QIcon::fromTheme(QLatin1String("view-list-text"), style()->standardIcon(QStyle::SP_FileDialogListView)));
|
||||||
|
ui.actionDetailedList->setIcon(QIcon::fromTheme(QLatin1String("view-list-details"), style()->standardIcon(QStyle::SP_FileDialogDetailedView)));
|
||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
change-thumbnail-view-icon.patch
|
Loading…
Reference in new issue