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
3a74dc69
Commit
3a74dc69
authored
3 years ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
misc: use reals for sizes instead of ints
Change-Id: I5d8865347b57bf1c503f3a8b41e6eb27076e451c Gitlab:
#241
parent
9741f326
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/constant/JamiTheme.qml
+28
-28
28 additions, 28 deletions
src/constant/JamiTheme.qml
with
28 additions
and
28 deletions
src/constant/JamiTheme.qml
+
28
−
28
View file @
3a74dc69
...
...
@@ -159,38 +159,38 @@ Item {
property
int
fadeDuration
:
150
// Sizes
property
int
splitViewHandlePreferredWidth
:
4
property
int
indicatorFontSize
:
6
property
int
tinyFontSize
:
7
property
int
textFontSize
:
9
property
int
settingsFontSize
:
9
property
int
buttonFontSize
:
9
property
int
participantFontSize
:
10
property
int
menuFontSize
:
12
property
int
headerFontSize
:
13
property
int
titleFontSize
:
16
property
int
lineEditRadius
:
4
property
int
maximumWidthSettingsView
:
600
property
int
settingsHeaderpreferredHeight
:
64
property
int
preferredFieldWidth
:
256
property
int
preferredFieldHeight
:
32
property
int
preferredMarginSize
:
16
property
int
preferredDialogWidth
:
400
property
int
preferredDialogHeight
:
300
property
int
minimumPreviewWidth
:
120
property
int
pluginHandlersPopupViewHeight
:
200
property
int
pluginHandlersPopupViewDelegateHeight
:
50
property
real
splitViewHandlePreferredWidth
:
4
property
real
indicatorFontSize
:
6
property
real
tinyFontSize
:
7
property
real
textFontSize
:
9
property
real
settingsFontSize
:
9
property
real
buttonFontSize
:
9
property
real
participantFontSize
:
10
property
real
menuFontSize
:
12
property
real
headerFontSize
:
13
property
real
titleFontSize
:
16
property
real
lineEditRadius
:
4
property
real
maximumWidthSettingsView
:
600
property
real
settingsHeaderpreferredHeight
:
64
property
real
preferredFieldWidth
:
256
property
real
preferredFieldHeight
:
32
property
real
preferredMarginSize
:
16
property
real
preferredDialogWidth
:
400
property
real
preferredDialogHeight
:
300
property
real
minimumPreviewWidth
:
120
property
real
pluginHandlersPopupViewHeight
:
200
property
real
pluginHandlersPopupViewDelegateHeight
:
50
// main application spec
property
int
mainViewMinWidth
:
300
property
int
mainViewMinHeight
:
400
property
real
mainViewMinWidth
:
300
property
real
mainViewMinHeight
:
400
property
int
wizardViewMinWidth
:
500
property
int
wizardViewMinHeight
:
600
property
real
wizardViewMinWidth
:
500
property
real
wizardViewMinHeight
:
600
property
int
mainViewPreferredWidth
:
725
property
int
mainViewPreferredHeight
:
600
property
real
mainViewPreferredWidth
:
725
property
real
mainViewPreferredHeight
:
600
function
setTheme
(
dark
)
{
darkTheme
=
dark
...
...
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