Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
iTasks-SDK
Commits
e80b6e1b
Commit
e80b6e1b
authored
Apr 08, 2019
by
Steffen Michels
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix dynamic editor layout
parent
b0489209
Pipeline
#20796
passed with stage
in 4 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Libraries/iTasks/Extensions/Editors/DynamicEditor.icl
Libraries/iTasks/Extensions/Editors/DynamicEditor.icl
+1
-1
No files found.
Libraries/iTasks/Extensions/Editors/DynamicEditor.icl
View file @
e80b6e1b
...
...
@@ -28,7 +28,7 @@ import Data.Functor
tunedDynamicConsEditor
::
!
DynamicConsOption
!
DynamicCons
->
DynamicCons
tunedDynamicConsEditor
HideIfOnlyChoice
cons
=
{
cons
&
showIfOnlyChoice
=
False
}
tunedDynamicConsEditor
UseAsDefault
cons
=
{
cons
&
useAsDefault
=
True
}
tunedDynamicConsEditor
LayoutVertical
cons
=
{
cons
&
uiAttributes
=
'
Map
'.
union
(
classAttr
[
"itasks-
horizont
al"
])
cons
.
uiAttributes
}
tunedDynamicConsEditor
LayoutVertical
cons
=
{
cons
&
uiAttributes
=
'
Map
'.
union
(
classAttr
[
"itasks-
vertic
al"
])
cons
.
uiAttributes
}
functionCons
::
!
String
!
String
!
a
->
DynamicCons
|
TC
a
functionCons
consId
label
func
=
functionConsDyn
consId
label
(
dynamic
func
)
...
...
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