Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
1dd0ad71
Commit
1dd0ad71
authored
1 year ago
by
Capucine Berthet
Committed by
Sébastien Blin
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
PasswordDialog: new design
GitLab:
#1417
Change-Id: Ic543f6b4332af15bbaea3c7b97a8642ff9dd387c
parent
db4e0d37
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/commoncomponents/PasswordDialog.qml
+6
-9
6 additions, 9 deletions
src/app/commoncomponents/PasswordDialog.qml
with
6 additions
and
9 deletions
src/app/commoncomponents/PasswordDialog.qml
+
6
−
9
View file @
1dd0ad71
...
...
@@ -24,6 +24,8 @@ import net.jami.Constants 1.1
BaseModalDialog
{
id
:
root
closeButtonVisible
:
false
enum
PasswordEnteringPurpose
{
ChangePassword
,
ExportAccount
,
...
...
@@ -77,6 +79,7 @@ BaseModalDialog {
popupContent
:
ColumnLayout
{
id
:
popupContentColumnLayout
width
:
JamiTheme
.
preferredDialogWidth
spacing
:
16
...
...
@@ -136,10 +139,8 @@ BaseModalDialog {
id
:
currentPasswordEdit
Layout.alignment
:
Qt
.
AlignHCenter
Layout.
preferredWidth
:
JamiTheme
.
preferredFieldWidth
Layout.
fillWidth
:
true
Layout.preferredHeight
:
visible
?
48
:
0
Layout.leftMargin
:
JamiTheme
.
preferredMarginSize
Layout.rightMargin
:
JamiTheme
.
preferredMarginSize
visible
:
purpose
===
PasswordDialog
.
ChangePassword
||
purpose
===
PasswordDialog
.
ExportAccount
placeholderText
:
JamiStrings
.
enterCurrentPassword
...
...
@@ -151,10 +152,8 @@ BaseModalDialog {
id
:
passwordEdit
Layout.alignment
:
Qt
.
AlignHCenter
Layout.preferredWidth
:
JamiTheme
.
preferredFieldWidth
Layout.preferredHeight
:
visible
?
48
:
0
Layout.leftMargin
:
JamiTheme
.
preferredMarginSize
Layout.rightMargin
:
JamiTheme
.
preferredMarginSize
Layout.fillWidth
:
true
visible
:
purpose
===
PasswordDialog
.
ChangePassword
||
purpose
===
PasswordDialog
.
SetPassword
...
...
@@ -167,10 +166,8 @@ BaseModalDialog {
id
:
confirmPasswordEdit
Layout.alignment
:
Qt
.
AlignHCenter
Layout.preferredWidth
:
JamiTheme
.
preferredFieldWidth
Layout.preferredHeight
:
visible
?
48
:
0
Layout.leftMargin
:
JamiTheme
.
preferredMarginSize
Layout.rightMargin
:
JamiTheme
.
preferredMarginSize
Layout.fillWidth
:
true
visible
:
purpose
===
PasswordDialog
.
ChangePassword
||
purpose
===
PasswordDialog
.
SetPassword
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment