Skip to content

Commit

Permalink
Change icon size for debugger controls.
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzyll committed Feb 8, 2024
1 parent 6061339 commit 4b831c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/controlswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ void DebugControlsWidget::setSteppingEnabled(bool enabled)

void DebugControlsWidget::updateButtons()
{
this->setIconSize(QSize(20, 20));

DebugAdapterConnectionStatus connection = m_controller->GetConnectionStatus();
DebugAdapterTargetStatus status = m_controller->GetTargetStatus();

Expand Down

0 comments on commit 4b831c2

Please sign in to comment.