Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
a3543f95
Commit
a3543f95
authored
Jul 04, 2017
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[SSE] Fix Bug 35299.
parent
525076dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
apps/spreadsheeteditor/main/app/template/ChartSettingsDlg.template
...adsheeteditor/main/app/template/ChartSettingsDlg.template
+1
-1
apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js
apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js
+1
-1
No files found.
apps/spreadsheeteditor/main/app/template/ChartSettingsDlg.template
View file @
a3543f95
...
...
@@ -370,7 +370,7 @@
</td>
</tr>
<tr>
<td class="padding-small" width="2
0
0">
<td class="padding-small" width="2
3
0">
<label class="input-label"><%= scope.textShowEmptyCells %></label>
<div id="spark-dlg-combo-empty" class="input-group-nr" style="margin-right: 10px;"></div>
</td>
...
...
apps/spreadsheeteditor/main/app/view/ChartSettingsDlg.js
View file @
a3543f95
...
...
@@ -888,7 +888,7 @@ define([ 'text!spreadsheeteditor/main/app/template/ChartSettingsDlg.template'
];
this
.
cmbEmptyCells
=
new
Common
.
UI
.
ComboBox
({
el
:
$
(
'
#spark-dlg-combo-empty
'
),
menuStyle
:
'
min-width:
188
px;
'
,
menuStyle
:
'
min-width:
220
px;
'
,
editable
:
false
,
cls
:
'
input-group-nr
'
});
...
...
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