diff options
| author | leia uwu <[email protected]> | 2024-06-19 21:09:19 -0300 |
|---|---|---|
| committer | Felix Ernst <[email protected]> | 2024-06-23 16:45:58 +0000 |
| commit | 3ccd49e586d7dbd2c7e1e87296f4b6c293b176fc (patch) | |
| tree | 82eb5386876a271bf71df6c4053d8da534f3c8cd /src/dolphinmainwindow.cpp | |
| parent | dae29117aaace394aa256f28b4e2c078dc038ea8 (diff) | |
fix information panel icon
see https://invent.kde.org/frameworks/breeze-icons/-/merge_requests/364#note_969048
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index 3b3d6b8d4..8fa891b32 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -2191,7 +2191,7 @@ void DolphinMainWindow::setupDockWidgets() connect(infoPanel, &InformationPanel::urlActivated, this, &DolphinMainWindow::handleUrl); infoDock->setWidget(infoPanel); - createPanelAction(QIcon::fromTheme(QStringLiteral("dialog-information")), Qt::Key_F11, infoDock, QStringLiteral("show_information_panel")); + createPanelAction(QIcon::fromTheme(QStringLiteral("documentinfo")), Qt::Key_F11, infoDock, QStringLiteral("show_information_panel")); addDockWidget(Qt::RightDockWidgetArea, infoDock); connect(this, &DolphinMainWindow::urlChanged, infoPanel, &InformationPanel::setUrl); |
