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
eb7cf569
Commit
eb7cf569
authored
Jan 08, 2016
by
Nate Weibley
Browse files
Revert "Fix ugly font rendering in Windows"
This reverts commit
bf31c808
.
parent
bf31c808
Changes
2
Show whitespace changes
Inline
Side-by-side
src/QmlControls/QGCComboBox.qml
View file @
eb7cf569
...
...
@@ -15,7 +15,6 @@ ComboBox {
textColor
:
__showHighlight
?
control
.
__qgcPal
.
buttonHighlightText
:
control
.
__qgcPal
.
buttonText
renderType
:
Text
.
QtRendering
background
:
Item
{
implicitWidth
:
Math
.
round
(
TextSingleton
.
implicitHeight
*
4.5
)
...
...
src/VehicleSetup/FirmwareUpgrade.qml
View file @
eb7cf569
...
...
@@ -376,7 +376,6 @@ QGCView {
style
:
TextAreaStyle
{
textColor
:
qgcPal
.
text
backgroundColor
:
qgcPal
.
windowShade
renderType
:
Text
.
QtRendering
}
}
}
// QGCViewPabel
...
...
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