simplify StyledPopupWindow
This commit is contained in:
parent
fdcaa77581
commit
a9518df97f
4 changed files with 6 additions and 24 deletions
|
|
@ -1,7 +1,6 @@
|
|||
pragma ComponentBehavior: Bound
|
||||
|
||||
import qs.components
|
||||
import qs.config
|
||||
import QtQuick
|
||||
import QtQuick.Layouts
|
||||
import Quickshell
|
||||
|
|
@ -10,10 +9,6 @@ import Quickshell.Bluetooth
|
|||
StyledPopupWindow {
|
||||
id: root
|
||||
|
||||
backgroundColor: Styling.theme.base300
|
||||
margins: 16
|
||||
radius: 8
|
||||
|
||||
content: ColumnLayout {
|
||||
spacing: 8
|
||||
StyledWrapperRectangle {
|
||||
|
|
|
|||
|
|
@ -9,10 +9,6 @@ import QtQuick.Layouts
|
|||
StyledPopupWindow {
|
||||
id: root
|
||||
|
||||
backgroundColor: Styling.theme.base300
|
||||
margins: 16
|
||||
radius: 8
|
||||
|
||||
content: GridLayout {
|
||||
|
||||
columns: 2
|
||||
|
|
|
|||
|
|
@ -9,10 +9,6 @@ import Quickshell
|
|||
StyledPopupWindow {
|
||||
id: window
|
||||
|
||||
backgroundColor: Styling.theme.base300
|
||||
margins: 14
|
||||
radius: 8
|
||||
|
||||
property QsMenuOpener menuOpener
|
||||
|
||||
content: ColumnLayout {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue