From 139c729b4ab5d0611469f1725468276adcf21f78 Mon Sep 17 00:00:00 2001 From: Felix Ernst Date: Fri, 24 Nov 2023 12:18:19 +0100 Subject: Reduce status bar minimum width This is to make sure that when the window is resized it is less likely that the places panel will be resized only because the status bar doesn't want to become very narrow in width. --- src/statusbar/statusbarspaceinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/statusbar/statusbarspaceinfo.h') diff --git a/src/statusbar/statusbarspaceinfo.h b/src/statusbar/statusbarspaceinfo.h index 9048bd10c..23a77d045 100644 --- a/src/statusbar/statusbarspaceinfo.h +++ b/src/statusbar/statusbarspaceinfo.h @@ -43,6 +43,7 @@ public: protected: void showEvent(QShowEvent *event) override; void hideEvent(QHideEvent *event) override; + QSize minimumSizeHint() const override; void updateMenu(); -- cgit v1.3