Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
9f37a790
Commit
9f37a790
authored
Jan 09, 2016
by
Don Gagne
Browse files
Merge pull request #2557 from NaterGator/fontfix
Fix ugly font rendering in Windows
parents
62eed38a
41a6243a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VehicleSetup/SetupView.qml
View file @
9f37a790
...
...
@@ -45,8 +45,8 @@ Rectangle {
readonly
property
real
_defaultTextHeight
:
ScreenTools
.
defaultFontPixelHeight
readonly
property
real
_defaultTextWidth
:
ScreenTools
.
defaultFontPixelWidth
readonly
property
real
_margin
:
_defaultTextHeight
/
2
readonly
property
real
_buttonWidth
:
_defaultTextWidth
*
18
readonly
property
real
_margin
:
Math
.
round
(
_defaultTextHeight
/
2
)
readonly
property
real
_buttonWidth
:
Math
.
round
(
_defaultTextWidth
*
18
)
readonly
property
string
_armedVehicleText
:
"
This operation cannot be performed while vehicle is armed.
"
property
string
_messagePanelText
:
"
missing message panel text
"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment