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
be9725ec
Commit
be9725ec
authored
1 year ago
by
Capucine Berthet
Committed by
Sébastien Blin
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
PttPopup: improve the design
Change-Id: I88c97726a62c395b6aa729fdac0b4dca173ddaf1
parent
b4de00ce
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/commoncomponents/ChangePttKeyPopup.qml
+6
-6
6 additions, 6 deletions
src/app/commoncomponents/ChangePttKeyPopup.qml
with
6 additions
and
6 deletions
src/app/commoncomponents/ChangePttKeyPopup.qml
+
6
−
6
View file @
be9725ec
...
...
@@ -52,21 +52,20 @@ BaseModalDialog {
popupContent
:
ColumnLayout
{
id
:
deleteAccountContentColumnLayout
anchors.centerIn
:
parent
spacing
:
JamiTheme
.
preferredMarginSize
spacing
:
20
Component.onCompleted
:
keyItem
.
forceActiveFocus
()
Label
{
id
:
instructionLabel
Layout.alignment
:
Qt
.
Align
Center
Layout.alignment
:
Qt
.
Align
Left
Layout.preferredWidth
:
JamiTheme
.
preferredDialogWidth
-
4
*
JamiTheme
.
preferredMarginSize
color
:
JamiTheme
.
textColor
text
:
JamiStrings
.
assignmentIndication
horizontalAlignment
:
Text
.
AlignHCenter
verticalAlignment
:
Text
.
AlignVCenter
font.pointSize
:
JamiTheme
.
text
FontSize
font.pointSize
:
JamiTheme
.
settings
FontSize
font.kerning
:
true
wrapMode
:
Text
.
Wrap
...
...
@@ -74,12 +73,13 @@ BaseModalDialog {
Label
{
id
:
keyLabel
Layout.alignment
:
Qt
.
AlignCenter
Layout.alignment
:
Qt
.
AlignLeft
Layout.leftMargin
:
JamiTheme
.
preferredMarginSize
color
:
JamiTheme
.
blackColor
wrapMode
:
Text
.
WordWrap
text
:
""
font.pointSize
:
JamiTheme
.
settings
FontSize
font.pointSize
:
JamiTheme
.
text
FontSize
font.kerning
:
true
horizontalAlignment
:
Text
.
AlignHCenter
...
...
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