mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Qt/Debugger: Improve Code View
* Use font based sizing for row height. Fits more rows on screen. * Adds whitespace for better formatting and minimum column width. Helps prevent frequent resizing while scrolling.
This commit is contained in:
parent
a0a0a68801
commit
86d1e6cd7e
2 changed files with 35 additions and 15 deletions
|
@ -30,6 +30,8 @@ public:
|
|||
u32 GetContextAddress() const;
|
||||
void SetAddress(u32 address, SetAddressUpdate update);
|
||||
|
||||
// Set tighter row height. Set BP column sizing. This needs to run when font type changes.
|
||||
void FontBasedSizing();
|
||||
void Update();
|
||||
|
||||
void ToggleBreakpoint();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue