mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-09 00:11:24 +12:00
Finesse size of goto address. Downgrade image loading failed to warning.
This commit is contained in:
parent
fa7407cd42
commit
3f206981d9
2 changed files with 2 additions and 2 deletions
|
@ -348,7 +348,7 @@ void debugger_frame::Show_Val()
|
|||
QLineEdit* p_pc(new QLineEdit(diag));
|
||||
p_pc->setFont(mono);
|
||||
p_pc->setMaxLength(8);
|
||||
p_pc->setFixedWidth(75);
|
||||
p_pc->setFixedWidth(90);
|
||||
QLabel* addr(new QLabel(diag));
|
||||
addr->setFont(mono);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue