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
metexplore
MetExploreViz
Commits
e37af5f1
Commit
e37af5f1
authored
May 06, 2021
by
Jean-Clement Gallardo
Browse files
Finish hotfix/panelTouchScreen
parents
88d8e224
a634964f
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/view/form/linkStyleForm/LinkStyleForm.js
View file @
e37af5f1
...
...
@@ -8,7 +8,9 @@ Ext.define('metExploreViz.view.form.linkStyleForm.LinkStyleForm', {
requires
:
[
"
metExploreViz.view.form.allStylesByTypeForm.AllStylesByTypeForm
"
],
style
:
{
padding
:
'
0px 0px 0px 0px
'
},
store
:
{
data
:
[{
"
type
"
:
"
color
"
,
...
...
app/view/form/reactionStyleForm/ReactionStyleForm.js
View file @
e37af5f1
...
...
@@ -8,6 +8,9 @@ Ext.define('metExploreViz.view.form.reactionStyleForm.ReactionStyleForm', {
requires
:
[
"
metExploreViz.view.form.allStylesByTypeForm.AllStylesByTypeForm
"
],
style
:
{
padding
:
'
0px 0px 0px 0px
'
},
store
:
{
data
:
[{
"
type
"
:
"
color
"
,
...
...
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