mirror of
https://git.outfoxxed.me/quickshell/quickshell.git
synced 2025-11-04 19:04:56 +11:00
core/popupwindow: remove parentWindow deprecation message
Was being falsely triggered by lints.
This commit is contained in:
parent
eb5a5b8b67
commit
dbaaf55eb6
4 changed files with 11 additions and 14 deletions
|
|
@ -30,9 +30,9 @@
|
|||
/// }
|
||||
///
|
||||
/// PopupWindow {
|
||||
/// parentWindow: toplevel
|
||||
/// relativeX: parentWindow.width / 2 - width / 2
|
||||
/// relativeY: parentWindow.height
|
||||
/// anchor.window: toplevel
|
||||
/// anchor.rect.x: parentWindow.width / 2 - width / 2
|
||||
/// anchor.rect.y: parentWindow.height
|
||||
/// width: 500
|
||||
/// height: 500
|
||||
/// visible: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue