Skip to content

Commit

Permalink
fix flow for small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed Jan 26, 2025
1 parent 2fd982e commit 2eb8e10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Dialog {
text: qsTr("Context variables")
}
Flow {
Layout.fillWidth: true
spacing: 5
QfButton {
text: qsTr("@me")
Expand All @@ -147,6 +148,7 @@ Dialog {
text: qsTr("Prompts")
}
Flow {
Layout.fillWidth: true
spacing: 5

QfButton {
Expand Down

0 comments on commit 2eb8e10

Please sign in to comment.