Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
w2pext
plugin_dbui
Commits
47379c07
Commit
47379c07
authored
Jun 28, 2016
by
LE GAC Renaud
Browse files
Change the layout of FieldSet to column instead of hbox.
parent
e0b36cdb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
modules/plugin_dbui/fieldsmodifier.py
modules/plugin_dbui/fieldsmodifier.py
+2
-2
static/plugin_dbui/src/form/Panel.js
static/plugin_dbui/src/form/Panel.js
+2
-1
No files found.
modules/plugin_dbui/fieldsmodifier.py
View file @
47379c07
...
...
@@ -105,8 +105,8 @@ class FieldsModifier(Modifier):
"""
# configuration of the FieldContainer
cfg
=
dict
(
combineLabels
=
True
,
defaults
=
{
'
flex'
:
1
},
layout
=
'
hbox
'
)
defaults
=
{
'
columnWidth'
:
0.465
},
layout
=
'
column
'
)
cfg
.
update
(
kwargs
)
...
...
static/plugin_dbui/src/form/Panel.js
View file @
47379c07
...
...
@@ -35,7 +35,8 @@ Ext.define('Dbui.form.Panel', {
'
Dbui.form.field.List
'
,
'
Dbui.form.field.TextPicker
'
,
'
Ext.form.field.Date
'
,
'
Ext.form.field.HtmlEditor
'
'
Ext.form.field.HtmlEditor
'
,
'
Ext.layout.container.Column
'
],
/**
* @property {Ext.Button}
...
...
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