mirror of
https://github.com/kossLAN/dots.git
synced 2025-11-04 22:49:50 -05:00
refactor: redo app launcher
This commit is contained in:
parent
f59fe534cf
commit
fbd9c212e5
6 changed files with 134 additions and 99 deletions
|
|
@ -114,8 +114,8 @@ Item {
|
|||
font.bold: true
|
||||
elide: Text.ElideRight
|
||||
maximumLineCount: 1
|
||||
Layout.preferredWidth: implicitWidth
|
||||
Layout.maximumWidth: topRow.width * 0.3
|
||||
// Layout.preferredWidth: implicitWidth
|
||||
// Layout.maximumWidth: topRow.width * 0.3
|
||||
}
|
||||
|
||||
Text {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ Scope {
|
|||
onVisibleCountChanged: visible = visibleCount != 0
|
||||
|
||||
color: "transparent"
|
||||
implicitWidth: 525
|
||||
implicitWidth: 500
|
||||
visible: false
|
||||
exclusionMode: ExclusionMode.Normal
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue