Fix theming issues with the ObjectDB profiler
This commit is contained in:
parent
82bc54c7d6
commit
ce648d13e3
8 changed files with 52 additions and 24 deletions
|
|
@ -50,7 +50,9 @@ public:
|
|||
class SnapshotSummaryView : public SnapshotView {
|
||||
GDCLASS(SnapshotSummaryView, SnapshotView);
|
||||
|
||||
protected:
|
||||
PanelContainer *content_wrapper = nullptr;
|
||||
Label *title = nullptr;
|
||||
|
||||
VBoxContainer *blurb_list = nullptr;
|
||||
CenterContainer *explainer_text = nullptr;
|
||||
|
||||
|
|
@ -59,6 +61,9 @@ protected:
|
|||
void _push_refcounted_blurb(const String &p_title, GameStateSnapshot *p_snapshot);
|
||||
void _push_object_blurb(const String &p_title, GameStateSnapshot *p_snapshot);
|
||||
|
||||
protected:
|
||||
void _notification(int p_what);
|
||||
|
||||
public:
|
||||
SnapshotSummaryView();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue