Make address input wider

Co-Authored-By: liuk707 <62625900+liuk7071@users.noreply.github.com>
This commit is contained in:
wheremyfoodat 2025-07-07 04:37:12 +03:00
parent 37f38509db
commit 2909e671aa
2 changed files with 5 additions and 6 deletions

View file

@ -5,6 +5,7 @@
#include <QScrollBar>
#include <QWidget>
#include "capstone.hpp"
#include "emulator.hpp"
#include "panda_qt/disabled_widget_overlay.hpp"
@ -22,6 +23,7 @@ class CPUDebugger : public QWidget {
bool enabled = false;
bool followPC = false;
Common::CapstoneDisassembler disassembler;
public:
CPUDebugger(Emulator* emulator, QWidget* parent = nullptr);