Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zheng Yile
codiaclient
Commits
a69f1b84
Commit
a69f1b84
authored
Jun 22, 2021
by
Zheng Yile
Browse files
Attempt to fit darwin
parent
8e20a47f
Changes
1
Hide whitespace changes
Inline
Side-by-side
codiaclientgui/utils.py
View file @
a69f1b84
...
...
@@ -18,12 +18,12 @@ import sys
if
sys
.
platform
==
'win32'
:
Font
[
'main'
].
setFamily
(
"Microsoft YaHei"
)
Font
[
'main'
].
setPointSize
(
10
)
Font
[
'status'
].
setFamily
(
"SimHei"
)
elif
sys
.
platform
==
'darwin'
:
pass
else
:
Font
[
'main'
].
setFamily
(
"Microsoft YaHei"
)
Font
[
'main'
].
setPointSize
(
13
)
Font
[
'status'
].
setFamily
(
"SimHei"
)
greenBrush
=
QBrush
(
QColor
(
80
,
160
,
30
))
greenBrush
.
setStyle
(
Qt
.
SolidPattern
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment