mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
Qt/Debugger: Readd title bar to breakpoint widget
Removed it by accident in #7299
This commit is contained in:
parent
12a5fd80bd
commit
27bc9046e7
@ -25,7 +25,6 @@ BreakpointWidget::BreakpointWidget(QWidget* parent) : QDockWidget(parent)
|
||||
{
|
||||
setWindowTitle(tr("Breakpoints"));
|
||||
setObjectName(QStringLiteral("breakpoints"));
|
||||
setTitleBarWidget(new QWidget);
|
||||
|
||||
setAllowedAreas(Qt::AllDockWidgetAreas);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user