Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
91c122bb
Commit
91c122bb
authored
Jun 09, 2015
by
dogmaphobic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing font size tests.
parent
5b54450d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
32 deletions
+0
-32
QmlTest.qml
src/QmlControls/QmlTest.qml
+0
-32
No files found.
src/QmlControls/QmlTest.qml
View file @
91c122bb
...
...
@@ -483,37 +483,5 @@ Rectangle {
}
}
}
Row
{
Column
{
Text
{
font.pixelSize
:
8
;
color
:
"
white
"
;
text
:
"
Text Test 8px
"
;
}
Text
{
font.pixelSize
:
9
;
color
:
"
white
"
;
text
:
"
Text Test 9px
"
;
}
Text
{
font.pixelSize
:
10
;
color
:
"
white
"
;
text
:
"
Text Test 10px
"
;
}
Text
{
font.pixelSize
:
11
;
color
:
"
white
"
;
text
:
"
Text Test 11px
"
;
}
Text
{
font.pixelSize
:
12
;
color
:
"
white
"
;
text
:
"
Text Test 12px
"
;
}
Text
{
font.pixelSize
:
13
;
color
:
"
white
"
;
text
:
"
Text Test 13px
"
;
}
Text
{
font.pixelSize
:
14
;
color
:
"
white
"
;
text
:
"
Text Test 14px
"
;
}
Text
{
font.pixelSize
:
15
;
color
:
"
white
"
;
text
:
"
Text Test 15px
"
;
}
Text
{
font.pixelSize
:
16
;
color
:
"
white
"
;
text
:
"
Text Test 16px
"
;
}
Text
{
font.pixelSize
:
17
;
color
:
"
white
"
;
text
:
"
Text Test 17px
"
;
}
Text
{
font.pixelSize
:
18
;
color
:
"
white
"
;
text
:
"
Text Test 18px
"
;
}
Text
{
font.pixelSize
:
19
;
color
:
"
white
"
;
text
:
"
Text Test 19px
"
;
}
Text
{
font.pixelSize
:
20
;
color
:
"
white
"
;
text
:
"
Text Test 20px
"
;
}
}
Column
{
Text
{
font.pixelSize
:
8
;
color
:
"
white
"
;
text
:
"
Text Test 8pt
"
;
}
Text
{
font.pixelSize
:
9
;
color
:
"
white
"
;
text
:
"
Text Test 9pt
"
;
}
Text
{
font.pixelSize
:
10
;
color
:
"
white
"
;
text
:
"
Text Test 10pt
"
;
}
Text
{
font.pixelSize
:
11
;
color
:
"
white
"
;
text
:
"
Text Test 11pt
"
;
}
Text
{
font.pixelSize
:
12
;
color
:
"
white
"
;
text
:
"
Text Test 12pt
"
;
}
Text
{
font.pixelSize
:
13
;
color
:
"
white
"
;
text
:
"
Text Test 13pt
"
;
}
Text
{
font.pixelSize
:
14
;
color
:
"
white
"
;
text
:
"
Text Test 14pt
"
;
}
Text
{
font.pixelSize
:
15
;
color
:
"
white
"
;
text
:
"
Text Test 15pt
"
;
}
Text
{
font.pixelSize
:
16
;
color
:
"
white
"
;
text
:
"
Text Test 16pt
"
;
}
Text
{
font.pixelSize
:
17
;
color
:
"
white
"
;
text
:
"
Text Test 17pt
"
;
}
Text
{
font.pixelSize
:
18
;
color
:
"
white
"
;
text
:
"
Text Test 18pt
"
;
}
Text
{
font.pixelSize
:
19
;
color
:
"
white
"
;
text
:
"
Text Test 19pt
"
;
}
Text
{
font.pixelSize
:
20
;
color
:
"
white
"
;
text
:
"
Text Test 20pt
"
;
}
}
}
}
}
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