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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
ad4d7aec
Commit
ad4d7aec
authored
May 23, 2023
by
Xavier Jouslin de Noray
Committed by
Sébastien Blin
Jun 15, 2023
Browse files
Options
Downloads
Patches
Plain Diff
ManageAccountPage: no bug on view when resize the view
Gitlab:
#886
Change-Id: Ib3d260271d951a16b63db1ac4a0c3c29a4d87f52
parent
388ad92d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/settingsview/SettingsView.qml
+1
-1
1 addition, 1 deletion
src/app/settingsview/SettingsView.qml
src/app/settingsview/components/ManageAccountPage.qml
+11
-11
11 additions, 11 deletions
src/app/settingsview/components/ManageAccountPage.qml
with
12 additions
and
12 deletions
src/app/settingsview/SettingsView.qml
+
1
−
1
View file @
ad4d7aec
...
@@ -92,7 +92,7 @@ ListSelectionView {
...
@@ -92,7 +92,7 @@ ListSelectionView {
signal
stopBooth
signal
stopBooth
initialItem
:
ManageAccountPage
{}
initialItem
:
viewNode
.
resources
[
"
ManageAccountPage
"
]
onCurrentIndexChanged
:
{
onCurrentIndexChanged
:
{
switch
(
currentIndex
)
{
switch
(
currentIndex
)
{
...
...
This diff is collapsed.
Click to expand it.
src/app/settingsview/components/ManageAccountPage.qml
+
11
−
11
View file @
ad4d7aec
...
@@ -47,14 +47,14 @@ SettingsPageBase {
...
@@ -47,14 +47,14 @@ SettingsPageBase {
ColumnLayout
{
ColumnLayout
{
id
:
enableAccount
id
:
enableAccount
width
:
parent
.
width
Layout.fillWidth
:
true
spacing
:
JamiTheme
.
settingsCategorySpacing
spacing
:
JamiTheme
.
settingsCategorySpacing
Text
{
Text
{
id
:
enableAccountTitle
id
:
enableAccountTitle
Layout.alignment
:
Qt
.
AlignLeft
Layout.alignment
:
Qt
.
AlignLeft
Layout.
preferredWidth
:
parent
.
width
Layout.
fillWidth
:
true
text
:
JamiStrings
.
enableAccountSettingsTitle
text
:
JamiStrings
.
enableAccountSettingsTitle
color
:
JamiTheme
.
textColor
color
:
JamiTheme
.
textColor
...
@@ -70,7 +70,7 @@ SettingsPageBase {
...
@@ -70,7 +70,7 @@ SettingsPageBase {
id
:
accountEnableSwitch
id
:
accountEnableSwitch
Layout.alignment
:
Qt
.
AlignLeft
Layout.alignment
:
Qt
.
AlignLeft
Layout.
preferredWidth
:
parent
.
width
Layout.
fillWidth
:
true
labelText
:
JamiStrings
.
enableAccountDescription
labelText
:
JamiStrings
.
enableAccountDescription
widthOfSwitch
:
60
widthOfSwitch
:
60
...
@@ -84,7 +84,7 @@ SettingsPageBase {
...
@@ -84,7 +84,7 @@ SettingsPageBase {
ColumnLayout
{
ColumnLayout
{
id
:
userIdentity
id
:
userIdentity
width
:
parent
.
width
Layout.fillWidth
:
true
spacing
:
JamiTheme
.
settingsCategorySpacing
spacing
:
JamiTheme
.
settingsCategorySpacing
visible
:
isSIP
visible
:
isSIP
...
@@ -92,7 +92,7 @@ SettingsPageBase {
...
@@ -92,7 +92,7 @@ SettingsPageBase {
id
:
userIdentityTitle
id
:
userIdentityTitle
Layout.alignment
:
Qt
.
AlignLeft
Layout.alignment
:
Qt
.
AlignLeft
Layout.
preferredWidth
:
parent
.
width
Layout.
fillWidth
:
true
text
:
JamiStrings
.
identity
text
:
JamiStrings
.
identity
color
:
JamiTheme
.
textColor
color
:
JamiTheme
.
textColor
...
@@ -115,7 +115,7 @@ SettingsPageBase {
...
@@ -115,7 +115,7 @@ SettingsPageBase {
ColumnLayout
{
ColumnLayout
{
id
:
jamiIdentity
id
:
jamiIdentity
width
:
parent
.
width
Layout.fillWidth
:
true
visible
:
!
isSIP
visible
:
!
isSIP
spacing
:
JamiTheme
.
settingsCategorySpacing
spacing
:
JamiTheme
.
settingsCategorySpacing
...
@@ -123,7 +123,7 @@ SettingsPageBase {
...
@@ -123,7 +123,7 @@ SettingsPageBase {
id
:
jamiIdentityTitle
id
:
jamiIdentityTitle
Layout.alignment
:
Qt
.
AlignLeft
Layout.alignment
:
Qt
.
AlignLeft
Layout.
preferredWidth
:
parent
.
width
Layout.
fillWidth
:
true
text
:
JamiStrings
.
jamiIdentity
text
:
JamiStrings
.
jamiIdentity
color
:
JamiTheme
.
textColor
color
:
JamiTheme
.
textColor
horizontalAlignment
:
Text
.
AlignLeft
horizontalAlignment
:
Text
.
AlignLeft
...
@@ -148,7 +148,7 @@ SettingsPageBase {
...
@@ -148,7 +148,7 @@ SettingsPageBase {
id
:
jamiIdentifierDescription
id
:
jamiIdentifierDescription
Layout.alignment
:
Qt
.
AlignLeft
Layout.alignment
:
Qt
.
AlignLeft
Layout.
preferredWidth
:
parent
.
width
Layout.
fillWidth
:
true
text
:
JamiStrings
.
usernameAccountDescription
text
:
JamiStrings
.
usernameAccountDescription
color
:
JamiTheme
.
textColor
color
:
JamiTheme
.
textColor
...
@@ -165,7 +165,7 @@ SettingsPageBase {
...
@@ -165,7 +165,7 @@ SettingsPageBase {
ColumnLayout
{
ColumnLayout
{
id
:
encryptAccount
id
:
encryptAccount
width
:
parent
.
width
Layout.fillWidth
:
true
visible
:
!
isSIP
&&
CurrentAccount
.
managerUri
===
""
visible
:
!
isSIP
&&
CurrentAccount
.
managerUri
===
""
spacing
:
JamiTheme
.
settingsCategorySpacing
spacing
:
JamiTheme
.
settingsCategorySpacing
...
@@ -173,7 +173,7 @@ SettingsPageBase {
...
@@ -173,7 +173,7 @@ SettingsPageBase {
id
:
encryptTitle
id
:
encryptTitle
Layout.alignment
:
Qt
.
AlignLeft
Layout.alignment
:
Qt
.
AlignLeft
Layout.
preferredWidth
:
parent
.
width
Layout.
fillWidth
:
true
text
:
JamiStrings
.
encryptTitle
text
:
JamiStrings
.
encryptTitle
color
:
JamiTheme
.
textColor
color
:
JamiTheme
.
textColor
...
@@ -189,7 +189,7 @@ SettingsPageBase {
...
@@ -189,7 +189,7 @@ SettingsPageBase {
id
:
encryptDescription
id
:
encryptDescription
Layout.alignment
:
Qt
.
AlignLeft
Layout.alignment
:
Qt
.
AlignLeft
Layout.
preferredWidth
:
parent
.
width
Layout.
fillWidth
:
true
text
:
JamiStrings
.
ecryptAccountDescription
text
:
JamiStrings
.
ecryptAccountDescription
color
:
JamiTheme
.
textColor
color
:
JamiTheme
.
textColor
...
...
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