Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GCompris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
27
Issues
27
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Education
GCompris
Commits
dedb4b83
Commit
dedb4b83
authored
Feb 29, 2020
by
Timothée Giet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
smallnumbers, fix Options layout
parent
8daea9cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/activities/smallnumbers/ActivityConfig.qml
src/activities/smallnumbers/ActivityConfig.qml
+3
-2
No files found.
src/activities/smallnumbers/ActivityConfig.qml
View file @
dedb4b83
...
...
@@ -28,11 +28,12 @@ Item {
property
Item
background
property
alias
speedSlider
:
speedSlider
property
int
speedSetting
:
10
width
:
if
(
background
)
background
.
width
Flow
{
id
:
flow
spacing
:
5
width
:
parent
.
width
width
:
activityConfiguration
.
width
GCText
{
id
:
speedSliderText
text
:
qsTr
(
"
Speed
"
)
...
...
@@ -40,7 +41,7 @@ Item {
wrapMode
:
Text
.
WordWrap
}
Flow
{
width
:
dialogActivityConfig
.
width
width
:
activityConfiguration
.
width
spacing
:
5
GCSlider
{
id
:
speedSlider
...
...
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