refactor: redo app launcher

This commit is contained in:
kossLAN 2025-10-16 18:30:10 -04:00
parent f59fe534cf
commit fbd9c212e5
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8
6 changed files with 134 additions and 99 deletions

View file

@ -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 {

View file

@ -39,7 +39,7 @@ Scope {
onVisibleCountChanged: visible = visibleCount != 0
color: "transparent"
implicitWidth: 525
implicitWidth: 500
visible: false
exclusionMode: ExclusionMode.Normal