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
6154cd2f
Commit
6154cd2f
authored
Dec 15, 2021
by
Jean-Clement Gallardo
Browse files
Finish hotfix/touchscreenPanel
parents
cc670070
4c6368f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
app.json
View file @
6154cd2f
...
...
@@ -7,7 +7,7 @@
/**
*
The
version
of
the
application.
*/
"version"
:
"3.1.
4
"
,
"version"
:
"3.1.
5
"
,
/**
*
The
relative
path
to
the
application's
markup
file
(html
,
jsp
,
asp
,
etc.).
...
...
app/view/form/allStylesForm/AllStylesForm.js
View file @
6154cd2f
...
...
@@ -22,11 +22,11 @@ Ext.define('metExploreViz.view.form.allStylesForm.AllStylesForm', {
align
:
'
stretch
'
},
region
:
'
north
'
,
width
:
'
100%
'
,
//
width:'100%',
height
:
'
20%
'
,
maxHeight
:
'
20%
'
,
margins
:
'
0 0 0 0
'
,
scrollable
:
true
,
//
scrollable: true,
tabBar
:{
cls
:
"
vizTBarStyle
"
},
...
...
@@ -47,4 +47,4 @@ Ext.define('metExploreViz.view.form.allStylesForm.AllStylesForm', {
xtype
:
"
linkStyleForm
"
}
]
});
\ No newline at end of file
});
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