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
2a96c641
Commit
2a96c641
authored
Apr 29, 2015
by
dogmaphobic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix merge conflict.
parent
8e347812
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
8 deletions
+7
-8
ParameterEditor.qml
src/QmlControls/ParameterEditor.qml
+7
-8
No files found.
src/QmlControls/ParameterEditor.qml
View file @
2a96c641
...
...
@@ -41,7 +41,6 @@ Rectangle {
property
bool
fullMode
:
true
QGCPalette
{
id
:
__qgcPal
;
colorGroupEnabled
:
true
}
ScreenTools
{
id
:
__screenTools
}
ParameterEditorController
{
id
:
__controller
}
QGCLabel
{
id
:
__textControl
;
text
:
"
X
"
;
visible
:
false
}
...
...
@@ -219,10 +218,10 @@ Rectangle {
x
:
__leftMargin
QGCLabel
{
height
:
__textHeight
+
(
__s
creenTools
.
pixelSizeFactor
*
(
9
))
height
:
__textHeight
+
(
S
creenTools
.
pixelSizeFactor
*
(
9
))
text
:
group
verticalAlignment
:
Text
.
AlignVCenter
font.pointSize
:
__s
creenTools
.
fontPointFactor
*
(
16
);
font.pointSize
:
S
creenTools
.
fontPointFactor
*
(
16
);
}
Rectangle
{
...
...
@@ -238,7 +237,7 @@ Rectangle {
Item
{
x
:
__leftMargin
width
:
parent
.
width
height
:
__textHeight
+
(
__s
creenTools
.
pixelSizeFactor
*
(
9
))
height
:
__textHeight
+
(
S
creenTools
.
pixelSizeFactor
*
(
9
))
Fact
{
id
:
modelFact
...
...
@@ -304,7 +303,7 @@ Rectangle {
height
:
firstButton
.
height
QGCLabel
{
font.pointSize
:
__s
creenTools
.
fontPointFactor
*
(
20
)
font.pointSize
:
S
creenTools
.
fontPointFactor
*
(
20
)
visible
:
fullMode
text
:
"
PARAMETER EDITOR
"
}
...
...
@@ -361,10 +360,10 @@ Rectangle {
readonly
property
int
componentId
:
parseInt
(
modelData
)
QGCLabel
{
height
:
contentHeight
+
(
__s
creenTools
.
pixelSizeFactor
*
(
9
))
height
:
contentHeight
+
(
S
creenTools
.
pixelSizeFactor
*
(
9
))
text
:
"
Component #:
"
+
componentId
.
toString
()
verticalAlignment
:
Text
.
AlignVCenter
font.pointSize
:
__s
creenTools
.
fontPointFactor
*
(
16
);
font.pointSize
:
S
creenTools
.
fontPointFactor
*
(
16
);
}
Repeater
{
...
...
@@ -386,7 +385,7 @@ Rectangle {
Item
{
width
:
1
height
:
__s
creenTools
.
pixelSizeFactor
*
(
3
)
height
:
S
creenTools
.
pixelSizeFactor
*
(
3
)
}
}
// Column - Group
}
// Repeater - Groups
...
...
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