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
980de92c
Commit
980de92c
authored
3 years ago
by
Aline Gondim Santos
Committed by
Sébastien Blin
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: pluginpicker keep close button in the right
Change-Id: Id74bf3661942fbd7b8b0235428b0e3d34fb0e6b8
parent
de261df8
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/mainview/components/PluginHandlerPicker.qml
+15
-14
15 additions, 14 deletions
src/mainview/components/PluginHandlerPicker.qml
with
15 additions
and
14 deletions
src/mainview/components/PluginHandlerPicker.qml
+
15
−
14
View file @
980de92c
...
...
@@ -93,22 +93,9 @@ Popup {
RowLayout
{
height
:
JamiTheme
.
preferredFieldHeight
PushButton
{
id
:
closeButton
Layout.leftMargin
:
5
Layout.topMargin
:
5
source
:
"
qrc:/images/icons/round-close-24px.svg
"
imageColor
:
JamiTheme
.
textColor
onClicked
:
{
root
.
close
()
}
}
Text
{
Layout.topMargin
:
10
Layout.
righ
tMargin
:
5
+
closeButton
.
width
Layout.
lef
tMargin
:
5
+
closeButton
.
width
Layout.alignment
:
Qt
.
AlignCenter
Layout.fillWidth
:
true
...
...
@@ -121,6 +108,20 @@ Popup {
text
:
qsTr
(
"
Choose plugin
"
)
}
PushButton
{
id
:
closeButton
Layout.alignment
:
Qt
.
AlignRight
Layout.rightMargin
:
5
Layout.topMargin
:
5
source
:
"
qrc:/images/icons/round-close-24px.svg
"
imageColor
:
JamiTheme
.
textColor
onClicked
:
{
root
.
close
()
}
}
}
ListView
{
...
...
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