From 8dfdc87142f4168c512e01925a3091af0ec22483 Mon Sep 17 00:00:00 2001 From: Fedja Beader Date: Thu, 26 Sep 2024 22:38:02 +0200 Subject: Add sticky lock and close button to item shortcuts window Closes #34 Note: not sure if it's just me, but there's an oddity where I cannot resize this window even if not sticky. But it's difficult to repro or figure out which sequence of actions unlocks it. YMMV. --- src/gui/windows/shortcutwindow.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/gui/windows/shortcutwindow.cpp b/src/gui/windows/shortcutwindow.cpp index d701cd927..6a1846e50 100644 --- a/src/gui/windows/shortcutwindow.cpp +++ b/src/gui/windows/shortcutwindow.cpp @@ -65,8 +65,10 @@ ShortcutWindow::ShortcutWindow(const std::string &restrict title, setShowTitle(false); setResizable(true); + setStickyButtonLock(true); setDefaultVisible(false); setSaveVisible(true); + setCloseButton(true); setAllowClose(true); mDragOffsetX = 0; @@ -123,10 +125,13 @@ ShortcutWindow::ShortcutWindow(const std::string &restrict title, { setWindowName(title); setTitleBarHeight(getPadding() + getTitlePadding()); + setShowTitle(false); setResizable(true); + setStickyButtonLock(true); setDefaultVisible(false); setSaveVisible(true); + setCloseButton(true); setAllowClose(true); mDragOffsetX = 0; -- cgit v1.2.3-70-g09d2