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
I
iTasks-SDK
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
82
Issues
82
List
Boards
Labels
Service Desk
Milestones
Merge Requests
10
Merge Requests
10
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
clean-and-itasks
iTasks-SDK
Commits
65e21dc4
Commit
65e21dc4
authored
Apr 15, 2019
by
Bas Lijnse
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added testcases for testing css styles
parent
7184cb3c
Pipeline
#21195
passed with stage
in 5 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
Tests/Interactive/Styling/TestChildSizing.icl
Tests/Interactive/Styling/TestChildSizing.icl
+11
-0
Tests/Interactive/Styling/TestFrameCompact.icl
Tests/Interactive/Styling/TestFrameCompact.icl
+7
-0
No files found.
Tests/Interactive/Styling/TestChildSizing.icl
0 → 100644
View file @
65e21dc4
module
TestChildSizing
import
iTasks
test
::
Task
()
test
=
(
testItem
"A"
-&&-
testItem
"B"
)
<<@
ArrangeHorizontal
<<@
CSSStyle
"justify-content: center"
@!
()
testItem
label
=
viewInformation
()
[]
label
<<@
ApplyLayout
(
setUIAttributes
(
sizeAttr
(
ExactSize
100
)
(
ExactSize
300
)))
<<@
InPanel
False
Start
world
=
doTasks
test
world
Tests/Interactive/Styling/TestFrameCompact.icl
0 → 100644
View file @
65e21dc4
module
TestFrameCompact
import
iTasks
test
::
Task
Int
test
=
viewInformation
()
[]
23
<<@
ApplyLayout
frameCompact
Start
world
=
doTasks
test
world
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