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
Plasma Mobile
KRecorder
Commits
21f13424
Commit
21f13424
authored
Feb 27, 2021
by
Devin Lin
🎨
Browse files
Add heading to mobile edit sheet
parent
eb4c984f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/RecordingListPage.qml
View file @
21f13424
...
...
@@ -13,7 +13,7 @@ import KRecorder 1.0
Kirigami.ScrollablePage
{
title
:
i18n
(
"
Recordings
"
)
RecordPage
{
id
:
recordPage
visible
:
false
...
...
@@ -97,8 +97,9 @@ Kirigami.ScrollablePage {
Kirigami.OverlaySheet
{
id
:
editNameDialog
function
updateFileName
(
name
)
{
recording
.
fileName
=
name
;
header
:
Kirigami.Heading
{
level
:
2
text
:
i18n
(
"
Editing
"
)
+
"
"
+
editDialogName
.
text
}
footer
:
RowLayout
{
...
...
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