forked from quickshell/quickshell
fix: setting visible above geom in ProxyFloatingWindow
Used to shrink window to the given size.
This commit is contained in:
parent
f2f7ec92f2
commit
b62f2f3a50
2 changed files with 11 additions and 4 deletions
|
@ -77,7 +77,9 @@ class ProxyFloatingWindow: public ProxyWindowBase {
|
|||
QML_ELEMENT;
|
||||
|
||||
public:
|
||||
void setVisible(bool value) override;
|
||||
void earlyInit(QObject* old) override;
|
||||
void componentComplete() override;
|
||||
|
||||
void setWidth(qint32 value) override;
|
||||
void setHeight(qint32 value) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue