Skip to content

Commit

Permalink
Use new sidebar icons (partially finished).
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzyll authored and D0ntPanic committed Feb 2, 2024
1 parent 799f77c commit 99a466c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/moduleswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -723,5 +723,5 @@ bool DebugModulesFilterProxyModel::filterAcceptsRow(int sourceRow, const QModelI


DebugModulesSidebarWidgetType::DebugModulesSidebarWidgetType() :
SidebarWidgetType(QImage(":/letters/images/letter-icons/letter-M.png"), "Debugger Modules")
SidebarWidgetType(QImage(":/icons/images/squares.png"), "Debugger Modules")
{}
2 changes: 1 addition & 1 deletion ui/threadframes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -843,5 +843,5 @@ void GlobalThreadFramesContainer::notifyFontChanged()


ThreadFramesSidebarWidgetType::ThreadFramesSidebarWidgetType() :
SidebarWidgetType(QImage(":/letters/images/letter-icons/letter-T.png"), "Stack Trace")
SidebarWidgetType(QImage(":/icons/images/stack_new.png"), "Stack Trace")
{}

0 comments on commit 99a466c

Please sign in to comment.