dolphin/Source/Core/DolphinQt/Debugger
cristian64 a051acec91 DolphinQt: Size adjustments in **Registers** widget based on selected debug font.
- 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" /> |
2026-03-27 09:30:31 +00:00
..
AssembleInstructionDialog.cpp
AssembleInstructionDialog.h
AssemblerWidget.cpp
AssemblerWidget.h
AssemblyEditor.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
AssemblyEditor.h
BranchWatchDialog.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
BranchWatchDialog.h
BranchWatchTableModel.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
BranchWatchTableModel.h
BreakpointDialog.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
BreakpointDialog.h
BreakpointWidget.cpp Debugger/ BreakpointsWidget: Add option to disable/enable all breaking without affecting individual breakpoint enabled states. 2026-02-19 16:23:42 -07:00
BreakpointWidget.h Debugger/ BreakpointsWidget: Add option to disable/enable all breaking without affecting individual breakpoint enabled states. 2026-02-19 16:23:42 -07:00
CodeViewWidget.cpp Debugger/ BreakpointsWidget: Add option to disable/enable all breaking without affecting individual breakpoint enabled states. 2026-02-19 16:23:42 -07:00
CodeViewWidget.h
CodeWidget.cpp
CodeWidget.h
EditSymbolDialog.cpp
EditSymbolDialog.h
GekkoSyntaxHighlight.cpp
GekkoSyntaxHighlight.h
JitBlockTableModel.cpp Jit: Use RangeSet for physical_addresses 2026-02-23 23:01:49 +01:00
JitBlockTableModel.h
JITWidget.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
JITWidget.h
MemoryViewWidget.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
MemoryViewWidget.h
MemoryWidget.cpp Remove unused imports 2026-01-25 16:12:15 +01:00
MemoryWidget.h Remove unused imports 2026-01-25 16:12:15 +01:00
NetworkWidget.cpp Triforce: Rename IPOverrides to IPRedirections. 2026-02-15 23:13:18 -06:00
NetworkWidget.h Debugger/NetworkWidget: Add Triforce support 2026-02-15 20:14:15 -06:00
PatchInstructionDialog.cpp
PatchInstructionDialog.h
RegisterColumn.cpp
RegisterColumn.h
RegisterWidget.cpp DolphinQt: Size adjustments in **Registers** widget based on selected debug font. 2026-03-27 09:30:31 +00:00
RegisterWidget.h DolphinQt: Size adjustments in **Registers** widget based on selected debug font. 2026-03-27 09:30:31 +00:00
ThreadWidget.cpp
ThreadWidget.h
WatchWidget.cpp
WatchWidget.h