Skip to content

Commit 3587045

Browse files
authored
Merge pull request #1187 from neomjs/dev
v1.4.4
2 parents 3582957 + 9214067 commit 3587045

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

apps/covid/view/WorldMapContainer.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class WorldMapContainer extends Container {
2828
*/
2929
items: [{
3030
module: Toolbar,
31+
flex : 'none',
3132
items : [{
3233
ntype : 'label',
3334
reference: 'currentMapViewLabel',

apps/sharedcovid/view/WorldMapContainer.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class WorldMapContainer extends Container {
2828
*/
2929
items: [{
3030
module: Toolbar,
31+
flex : 'none',
3132
items : [{
3233
ntype : 'label',
3334
reference: 'currentMapViewLabel',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "neo.mjs",
3-
"version": "1.4.3",
3+
"version": "1.4.4",
44
"description": "The webworkers driven UI framework",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)