BreakpointWidget: Fix Qt centering issues with a Custom Delegate

This commit is contained in:
TryTwo 2024-05-14 13:07:17 -07:00
commit b7b0842d2f
2 changed files with 40 additions and 0 deletions

View file

@ -17,6 +17,8 @@ namespace Core
class System;
}
class CustomDelegate;
class BreakpointWidget : public QDockWidget
{
Q_OBJECT