Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Network File Sharing
Commits
3646da40
Commit
3646da40
authored
Aug 02, 2022
by
Nate Graham
Browse files
Add icons and better alignment for buttons
parent
7f62293d
Pipeline
#212085
passed with stage
in 1 minute and 23 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
samba/filepropertiesplugin/qml/ChangePassword.qml
View file @
3646da40
...
...
@@ -113,6 +113,7 @@ Kirigami.OverlaySheet {
QQC2.Button
{
id
:
passButton
icon.name
:
"
dialog-ok
"
text
:
i18nc
(
"
@action:button creates a new samba user with the user-specified password
"
,
"
Set Password
"
)
enabled
:
isAcceptable
()
Layout.alignment
:
Qt
.
AlignRight
...
...
samba/filepropertiesplugin/qml/UserPage.qml
View file @
3646da40
...
...
@@ -75,6 +75,8 @@ Before you can access shares with your current user account you need to set a Sa
}
QQC2.Button
{
Layout.alignment
:
Qt
.
AlignHCenter
icon.name
:
"
lock
"
text
:
i18nc
(
"
@action:button opens dialog to create new user
"
,
"
Create Samba password
"
)
onClicked
:
changePassword
.
openAndClear
()
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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