styled wrapper rectangle

This commit is contained in:
Benjamin Palko 2025-08-30 00:13:43 -04:00
parent ce3ec5d37b
commit c277bc6938
8 changed files with 23 additions and 40 deletions

View file

@ -1,13 +1,13 @@
pragma ComponentBehavior: Bound
import "services"
import qs.components
import qs.config
import qs.constants
import qs.services
import qs.widgets
import Quickshell.Hyprland
import Quickshell.Wayland
import Quickshell.Widgets
import QtQuick
import QtQuick.Layouts
@ -36,22 +36,18 @@ StyledWindow {
search.clear();
}
WrapperRectangle {
StyledWrapperRectangle {
id: rect
color: Theme.palette.base300
margin: 18
radius: 8
ColumnLayout {
WrapperRectangle {
StyledWrapperRectangle {
id: searchWrapper
Layout.fillWidth: true
Layout.alignment: Qt.AlignTop
color: Theme.palette.base200
margin: 4
radius: 8
RowLayout {
LucideIcon {