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
52c2c6ae
Commit
52c2c6ae
authored
3 years ago
by
Kateryna Kostiuk
Committed by
Kateryna Kostiuk
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
UI: adjust the font size for macOS
Gitlab:
#578
Change-Id: Iac2d6878600f56fda0b671a5f6317b3dd56065aa
parent
68a5837a
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
+13
-11
13 additions, 11 deletions
src/constant/JamiTheme.qml
with
13 additions
and
11 deletions
src/constant/JamiTheme.qml
+
13
−
11
View file @
52c2c6ae
...
...
@@ -31,6 +31,8 @@ Item {
function
rgba256
(
r
,
g
,
b
,
a
)
{
return
Qt
.
rgba
(
r
/
255
,
g
/
255
,
b
/
255
,
a
/
100
.)
}
property
real
fontSizeOffset
:
Qt
.
platform
.
os
.
toString
()
===
"
osx
"
?
3
:
0
;
property
real
fontSizeOffsetSmall
:
Qt
.
platform
.
os
.
toString
()
===
"
osx
"
?
1
:
0
;
// General
property
color
blackColor
:
"
#000000
"
...
...
@@ -211,17 +213,17 @@ Item {
property
real
qrCodeImageSize
:
256
property
real
splitViewHandlePreferredWidth
:
4
property
real
indicatorFontSize
:
6
property
real
tinyFontSize
:
7
property
real
textFontSize
:
9
property
real
settingsFontSize
:
9
property
real
tinyFontSize
:
7
+
fontSizeOffset
property
real
textFontSize
:
9
+
fontSizeOffset
property
real
settingsFontSize
:
9
+
fontSizeOffset
property
real
buttonFontSize
:
9
property
real
participantFontSize
:
10
property
real
menuFontSize
:
12
property
real
headerFontSize
:
13
property
real
titleFontSize
:
16
property
real
menuFontSize
:
12
+
fontSizeOffset
property
real
headerFontSize
:
13
+
fontSizeOffset
property
real
titleFontSize
:
16
+
fontSizeOffset
property
real
primaryRadius
:
4
property
real
smartlistItemFontSize
:
10.5
property
real
smartlistItemInfoFontSize
:
9
property
real
smartlistItemFontSize
:
10.5
+
fontSizeOffset
property
real
smartlistItemInfoFontSize
:
9
+
fontSizeOffsetSmall
property
real
filterItemFontSize
:
smartlistItemFontSize
property
real
filterBadgeFontSize
:
8.25
property
real
accountListItemHeight
:
64
...
...
@@ -248,7 +250,7 @@ Item {
property
real
mosaicButtonOpacity
:
0.77
property
int
mosaicButtonTextPreferredWidth
:
40
property
int
mosaicButtonTextPreferredHeight
:
16
property
int
mosaicButtonTextPointSize
:
8
property
int
mosaicButtonTextPointSize
:
8
+
fontSizeOffsetSmall
property
int
mosaicButtonPreferredWidth
:
70
property
int
mosaicButtonMaxWidth
:
100
property
real
avatarPresenceRatio
:
0.26
...
...
@@ -336,11 +338,11 @@ Item {
property
real
wizardButtonWidth
:
400
// MaterialLineEdit
property
real
materialLineEditPointSize
:
10
property
real
materialLineEditPointSize
:
10
+
fontSizeOffset
property
real
materialLineEditPadding
:
16
// UsernameLineEdit
property
real
usernameLineEditPointSize
:
9
property
real
usernameLineEditPointSize
:
9
+
fontSizeOffset
property
real
usernameLineEditlookupInterval
:
200
// JamiScrollBar
...
...
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