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
BalaSwecha
Density
Commits
833e6fb3
Commit
833e6fb3
authored
Jan 09, 2015
by
animesh
Browse files
added mercury and moved label of objects to bottom
parent
fb3a9c0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
QML/view/LiquidTypeList.qml
View file @
833e6fb3
...
...
@@ -23,10 +23,10 @@ Item {
property
double
recOpacity
:
1
property
double
recDensity
:
1.2
},
Rectangle
{
property
string
recName
:
"
Corn Syrup
"
property
string
recColor
:
"
teal
"
Rectangle
{
property
string
recName
:
"
Mercury
"
property
string
recColor
:
"
gray
"
property
double
recOpacity
:
1
property
double
recDensity
:
1
.33
property
double
recDensity
:
1
3.6
}
]
...
...
QML/view/ObjImage.qml
View file @
833e6fb3
...
...
@@ -74,8 +74,8 @@ Item {
Text
{
id
:
textId
x
:
imgText
.
mouseX
+
10
y
:
imgText
.
mouseY
+
5
x
:
imgText
.
mouseX
-
2
*
imgName
.
length
y
:
imgText
.
mouseY
+
30
z
:
100
visible
:
imgText
.
textVisible
text
:
imgName
...
...
Write
Preview
Supports
Markdown
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