Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
GCompris
Commits
4c47f491
Commit
4c47f491
authored
Jan 09, 2022
by
Timothée Giet
Browse files
erase, fix sourceSize in Block
parent
a18e25f3
Pipeline
#121066
passed with stage
in 1 minute and 40 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/activities/erase/Block.qml
View file @
4c47f491
...
...
@@ -27,6 +27,8 @@ Image {
y
:
iy
*
(
main
.
height
-
bar
.
height
)
/
(
nby
+
getMultipleOfRatioToAdjustHeight
()
*
ApplicationInfo
.
ratio
)
width
:
main
.
width
/
nbx
height
:
(
main
.
height
-
bar
.
height
)
/
(
nby
+
getMultipleOfRatioToAdjustHeight
()
*
ApplicationInfo
.
ratio
)
sourceSize.width
:
width
sourceSize.height
:
height
signal
enter
signal
leave
...
...
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