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
8daea9cb
Commit
8daea9cb
authored
Feb 29, 2020
by
Timothée Giet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
algebra, fix Options layout
parent
9633d665
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
10 deletions
+12
-10
src/activities/algebra_by/ActivityConfig.qml
src/activities/algebra_by/ActivityConfig.qml
+3
-3
src/activities/algebra_div/ActivityConfig.qml
src/activities/algebra_div/ActivityConfig.qml
+3
-3
src/activities/algebra_minus/ActivityConfig.qml
src/activities/algebra_minus/ActivityConfig.qml
+3
-2
src/activities/algebra_plus/ActivityConfig.qml
src/activities/algebra_plus/ActivityConfig.qml
+3
-2
No files found.
src/activities/algebra_by/ActivityConfig.qml
View file @
8daea9cb
...
...
@@ -28,11 +28,11 @@ Item {
property
Item
background
property
alias
speedSlider
:
speedSlider
property
int
speedSetting
:
5
width
:
if
(
background
)
background
.
width
Flow
{
id
:
flow
spacing
:
5
width
:
parent
.
width
width
:
activityConfiguration
.
width
GCText
{
id
:
speedSliderText
text
:
qsTr
(
"
Speed
"
)
...
...
@@ -40,7 +40,7 @@ Item {
wrapMode
:
Text
.
WordWrap
}
Flow
{
width
:
dialogActivityConfig
.
width
width
:
activityConfiguration
.
width
spacing
:
5
GCSlider
{
id
:
speedSlider
...
...
src/activities/algebra_div/ActivityConfig.qml
View file @
8daea9cb
...
...
@@ -28,11 +28,11 @@ Item {
property
Item
background
property
alias
speedSlider
:
speedSlider
property
int
speedSetting
:
5
width
:
if
(
background
)
background
.
width
Flow
{
id
:
flow
spacing
:
5
width
:
parent
.
width
width
:
activityConfiguration
.
width
GCText
{
id
:
speedSliderText
text
:
qsTr
(
"
Speed
"
)
...
...
@@ -40,7 +40,7 @@ Item {
wrapMode
:
Text
.
WordWrap
}
Flow
{
width
:
dialogActivityConfig
.
width
width
:
activityConfiguration
.
width
spacing
:
5
GCSlider
{
id
:
speedSlider
...
...
src/activities/algebra_minus/ActivityConfig.qml
View file @
8daea9cb
...
...
@@ -28,11 +28,12 @@ Item {
property
Item
background
property
alias
speedSlider
:
speedSlider
property
int
speedSetting
:
5
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
...
...
src/activities/algebra_plus/ActivityConfig.qml
View file @
8daea9cb
...
...
@@ -28,11 +28,12 @@ Item {
property
Item
background
property
alias
speedSlider
:
speedSlider
property
int
speedSetting
:
5
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