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:
TryTwo
2019-01-11 18:25:28 -07:00
committed by Léo Lam
parent a0a0a68801
commit 86d1e6cd7e
2 changed files with 35 additions and 15 deletions

View File

@ -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();