Skip to content

Commit

Permalink
Merge pull request #14256 from fwcd/floating-keywheel
Browse files Browse the repository at this point in the history
DlgKeywheel: Make dialog a floating tool window
  • Loading branch information
daschuer authored Jan 29, 2025
2 parents 98d5892 + 911d9db commit 7b6001c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/dialog/dlgkeywheel.ui
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
<property name="windowTitle">
<string>Keywheel</string>
</property>
<property name="windowFlags">
<set>Qt::Tool|Qt::WindowStaysOnTopHint</set>
</property>
<property name="layoutDirection">
<enum>Qt::LeftToRight</enum>
</property>
Expand Down

0 comments on commit 7b6001c

Please sign in to comment.