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
5cc38ed7
Commit
5cc38ed7
authored
Jun 22, 2021
by
Zheng Yile
Browse files
Modify codiaclientgui/utils.py
parent
fe765a52
Changes
1
Hide whitespace changes
Inline
Side-by-side
codiaclientgui/utils.py
View file @
5cc38ed7
...
...
@@ -12,7 +12,7 @@ Palette = {
}
import
sys
if
sys
.
platform
==
'win32'
:
Font
[
'main'
].
setFamily
(
"Microsoft YaHei"
)
elif
sys
.
platform
==
'darwin'
:
Font
[
'main'
].
setFamily
(
"
.AppleSystemUIFont
"
)
elif
sys
.
platform
==
'darwin'
:
Font
[
'main'
].
setFamily
(
"
SimSun
"
)
else
:
Font
[
'main'
].
setFamily
(
"SimSun"
)
Font
[
'main'
].
setPointSize
(
10
)
...
...
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