Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SDK
Kirigami Gallery
Commits
682d26b0
Commit
682d26b0
authored
Apr 08, 2021
by
Carl Schwan
🚴
Browse files
Fix missing text in button
parent
b22d9f2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/data/contents/ui/gallery/ActionToolBarGallery.qml
View file @
682d26b0
...
...
@@ -137,7 +137,7 @@ ScrollablePage {
anchors.fill
:
parent
alignment
:
page
.
alignment
actions
:
[
Action
{
text
:
"
Action 1
"
;
displayComponent
:
Controls.Button
{
text
:
kirigamiAction
.
text
}
},
Action
{
id
:
kirigamiAction
;
text
:
"
Action 1
"
;
displayComponent
:
Controls.Button
{
text
:
kirigamiAction
.
text
}
},
Action
{
text
:
"
Action 2
"
;
displayComponent
:
Controls.TextField
{
placeholderText
:
kirigamiAction
.
text
;
Layout.fillWidth
:
true
;
Layout.maximumWidth
:
350
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment