Skip to content

Commit

Permalink
better flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbernasocchi committed Jan 26, 2025
1 parent 2eb8e10 commit cf59b96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ Dialog {
height: parent.height
spacing: 10

RowLayout {
ColumnLayout {
Layout.fillWidth: true
Label {
text: qsTr("Context variables")
Expand All @@ -142,7 +142,7 @@ Dialog {
}
}
}
RowLayout {
ColumnLayout {
Layout.fillWidth: true
Label {
text: qsTr("Prompts")
Expand Down
4 changes: 2 additions & 2 deletions metadata.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[general]
name=Ask AI
description=Plugin to enable AI prompt in the search bar using the AI prefix
description=Plugin to enable AI prompt in the search bar using the AAI prefix or by using the prompt builder
author=OPENGIS.ch
icon=icon.svg
version=0.5
version=0.6
homepage=https://www.opengis.ch/

0 comments on commit cf59b96

Please sign in to comment.