mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-21 13:16:59 -05:00
- Row height is no longer hardcoded to `24`; instead, the height is determined by the font height of the currently selected debug font. - Header height has been reduced (a factor of the font height) as it only serves as a column resizer. - A `OnDebugFontChanged()` slot has been connected to properly update the widget on debug font changes. | Before | After | | --- | --- | | <img alt="Registers widget (before)" title="Registers widget (before)" src="https://github.com/user-attachments/assets/8a6644f9-1081-4ac8-9fff-c79ddb73e103" /> | <img alt="Registers widget (after)" title="Registers widget (after)" src="https://github.com/user-attachments/assets/67f799d0-8afd-4081-bb40-3d7a76ddc705" /> | |
||
|---|---|---|
| .. | ||
| AssembleInstructionDialog.cpp | ||
| AssembleInstructionDialog.h | ||
| AssemblerWidget.cpp | ||
| AssemblerWidget.h | ||
| AssemblyEditor.cpp | ||
| AssemblyEditor.h | ||
| BranchWatchDialog.cpp | ||
| BranchWatchDialog.h | ||
| BranchWatchTableModel.cpp | ||
| BranchWatchTableModel.h | ||
| BreakpointDialog.cpp | ||
| BreakpointDialog.h | ||
| BreakpointWidget.cpp | ||
| BreakpointWidget.h | ||
| CodeViewWidget.cpp | ||
| CodeViewWidget.h | ||
| CodeWidget.cpp | ||
| CodeWidget.h | ||
| EditSymbolDialog.cpp | ||
| EditSymbolDialog.h | ||
| GekkoSyntaxHighlight.cpp | ||
| GekkoSyntaxHighlight.h | ||
| JitBlockTableModel.cpp | ||
| JitBlockTableModel.h | ||
| JITWidget.cpp | ||
| JITWidget.h | ||
| MemoryViewWidget.cpp | ||
| MemoryViewWidget.h | ||
| MemoryWidget.cpp | ||
| MemoryWidget.h | ||
| NetworkWidget.cpp | ||
| NetworkWidget.h | ||
| PatchInstructionDialog.cpp | ||
| PatchInstructionDialog.h | ||
| RegisterColumn.cpp | ||
| RegisterColumn.h | ||
| RegisterWidget.cpp | ||
| RegisterWidget.h | ||
| ThreadWidget.cpp | ||
| ThreadWidget.h | ||
| WatchWidget.cpp | ||
| WatchWidget.h | ||