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
7c308036
Commit
7c308036
authored
1 year ago
by
Franck Laurent
Committed by
Franck Laurent
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
AdvancedAccountSettings: fix margin problem
GitLab:
#1057
Change-Id: I626cf3d11952c236c82a2329fadb7d893da42ce9
parent
1ed5bb1e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/wizardview/components/AdvancedAccountSettings.qml
+12
-4
12 additions, 4 deletions
src/app/wizardview/components/AdvancedAccountSettings.qml
with
12 additions
and
4 deletions
src/app/wizardview/components/AdvancedAccountSettings.qml
+
12
−
4
View file @
7c308036
...
...
@@ -235,14 +235,20 @@ Rectangle {
}
MaterialButton
{
id
:
setButton
TextMetrics
{
id
:
setButtonTextSize
font.weight
:
Font
.
Bold
font.pixelSize
:
JamiTheme
.
wizardViewDescriptionFontPixelSize
text
:
setButton
.
text
}
visible
:
openedPassword
Layout.topMargin
:
10
Layout.alignment
:
Qt
.
AlignCenter
preferredWidth
:
JamiTheme
.
wizardButtonWidth
/
2
preferredWidth
:
setButtonTextSize
.
width
+
2
*
JamiTheme
.
buttontextWizzardPadding
text
:
JamiStrings
.
setPassword
primary
:
true
...
...
@@ -314,6 +320,7 @@ Rectangle {
id
:
labelEncrypt
visible
:
!
openedPassword
&&
!
openedNickname
Layout.fillWidth
:
true
Layout.rightMargin
:
20
text
:
JamiStrings
.
encryptAccount
wrapMode
:
Text
.
WordWrap
...
...
@@ -525,6 +532,7 @@ Rectangle {
text
:
JamiStrings
.
customizeProfile
font.pixelSize
:
JamiTheme
.
creditsTextSize
Layout.fillWidth
:
true
Layout.rightMargin
:
20
wrapMode
:
Text
.
WordWrap
}
}
...
...
@@ -552,7 +560,7 @@ Rectangle {
id
:
showAdvancedButton
TextMetrics
{
id
:
t
extSize
id
:
showAdvancedButtonT
extSize
font.weight
:
Font
.
Bold
font.pixelSize
:
JamiTheme
.
wizardViewDescriptionFontPixelSize
text
:
showAdvancedButton
.
text
...
...
@@ -563,7 +571,7 @@ Rectangle {
Layout.bottomMargin
:
JamiTheme
.
wizardViewPageBackButtonMargins
Layout.topMargin
:
JamiTheme
.
wizardViewBlocMarginSize
preferredWidth
:
t
extSize
.
width
+
2
*
JamiTheme
.
buttontextWizzardPadding
+
1
preferredWidth
:
showAdvancedButtonT
extSize
.
width
+
2
*
JamiTheme
.
buttontextWizzardPadding
+
1
text
:
JamiStrings
.
optionSave
onClicked
:
{
...
...
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