From 53c44c22759c90ee1721e066cbdc8d9eb6583023 Mon Sep 17 00:00:00 2001 From: Collecting Date: Sun, 4 Jan 2026 02:18:21 +0000 Subject: [PATCH] fix(overhaul): UI and resolution bugs for Steam Deck (Gamescope) Signed-off-by: Collecting --- src/citron/util/performance_overlay.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/citron/util/performance_overlay.h b/src/citron/util/performance_overlay.h index e17bd94c0..207bec6f3 100644 --- a/src/citron/util/performance_overlay.h +++ b/src/citron/util/performance_overlay.h @@ -15,12 +15,13 @@ #include "citron/uisettings.h" class GMainWindow; +class QSizeGrip; class PerformanceOverlay : public QWidget { Q_OBJECT public: - explicit PerformanceOverlay(GMainWindow* parent); + explicit PerformanceOverlay(QWidget* parent); ~PerformanceOverlay() override; void SetVisible(bool visible); @@ -51,6 +52,7 @@ private: void AddFrameTime(double frame_time_ms); GMainWindow* main_window; + QSizeGrip* size_grip; QTimer update_timer; // Performance data