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
a028696e
Commit
a028696e
authored
1 year ago
by
Xavier Jouslin de Noray
Committed by
Andreas Traczyk
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Plugin: change remote plugin margin
Change-Id: Id2289e5f22f23f0a1295dc63d00b6e36133e27b7
parent
c8b371e7
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/constant/JamiTheme.qml
+4
-3
4 additions, 3 deletions
src/app/constant/JamiTheme.qml
src/app/settingsview/components/PluginAvailableDelegate.qml
+4
-2
4 additions, 2 deletions
src/app/settingsview/components/PluginAvailableDelegate.qml
with
8 additions
and
5 deletions
src/app/constant/JamiTheme.qml
+
4
−
3
View file @
a028696e
...
@@ -389,9 +389,10 @@ Item {
...
@@ -389,9 +389,10 @@ Item {
property
real
pluginHandlersPopupViewDelegateHeight
:
50
property
real
pluginHandlersPopupViewDelegateHeight
:
50
property
color
pluginDefaultBackgroundColor
:
"
#666666
"
property
color
pluginDefaultBackgroundColor
:
"
#666666
"
property
real
remotePluginMinimumDelegateWidth
:
430
property
real
remotePluginMinimumDelegateWidth
:
430
property
real
remotePluginMinimumDelegateHeight
:
2
60
property
real
remotePluginMinimumDelegateHeight
:
2
75
property
real
remotePluginMaximumDelegateWidth
:
645
property
real
remotePluginMaximumDelegateWidth
:
645
property
real
remotePluginMaximumDelegateHeight
:
390
property
real
remotePluginMaximumDelegateHeight
:
413
property
real
iconMargin
:
30
*
baseZoom
property
real
remotePluginDelegateWidth
:
remotePluginMinimumDelegateWidth
*
baseZoom
property
real
remotePluginDelegateWidth
:
remotePluginMinimumDelegateWidth
*
baseZoom
property
real
remotePluginDelegateHeight
:
remotePluginMinimumDelegateHeight
*
baseZoom
property
real
remotePluginDelegateHeight
:
remotePluginMinimumDelegateHeight
*
baseZoom
property
color
pluginViewBackgroundColor
:
darkTheme
?
"
#000000
"
:
"
#F0EFEF
"
property
color
pluginViewBackgroundColor
:
darkTheme
?
"
#000000
"
:
"
#F0EFEF
"
...
...
This diff is collapsed.
Click to expand it.
src/app/settingsview/components/PluginAvailableDelegate.qml
+
4
−
2
View file @
a028696e
...
@@ -80,9 +80,9 @@ ItemDelegate {
...
@@ -80,9 +80,9 @@ ItemDelegate {
background
:
CachedImage
{
background
:
CachedImage
{
id
:
background
id
:
background
defaultImage
:
JamiResources
.
default_plugin_background_jpg
defaultImage
:
JamiResources
.
default_plugin_background_jpg
downloadUrl
:
PluginAdapter
.
getBackgroundImageUrl
(
plugin
Name
)
downloadUrl
:
PluginAdapter
.
getBackgroundImageUrl
(
plugin
Id
)
anchors.fill
:
parent
anchors.fill
:
parent
localPath
:
root
.
l
ocalPath
===
undefined
?
''
:
root
.
l
ocalPath
localPath
:
root
.
backgroundL
ocalPath
===
undefined
?
''
:
root
.
backgroundL
ocalPath
imageFillMode
:
Image
.
PreserveAspectCrop
imageFillMode
:
Image
.
PreserveAspectCrop
LinearGradient
{
LinearGradient
{
id
:
gradient
id
:
gradient
...
@@ -165,6 +165,8 @@ ItemDelegate {
...
@@ -165,6 +165,8 @@ ItemDelegate {
}
}
RowLayout
{
RowLayout
{
Layout.alignment
:
Qt
.
AlignCenter
Layout.alignment
:
Qt
.
AlignCenter
Layout.topMargin
:
JamiTheme
.
iconMargin
Layout.bottomMargin
:
JamiTheme
.
iconMargin
CachedImage
{
CachedImage
{
id
:
icon
id
:
icon
defaultImage
:
JamiResources
.
plugins_default_icon_svg
defaultImage
:
JamiResources
.
plugins_default_icon_svg
...
...
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