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
0e769a52
Commit
0e769a52
authored
Mar 14, 2017
by
Alexander Yuzhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE mobile] Fix bug 33978
parent
20dea7ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
apps/documenteditor/mobile/app/controller/edit/EditTable.js
apps/documenteditor/mobile/app/controller/edit/EditTable.js
+2
-2
No files found.
apps/documenteditor/mobile/app/controller/edit/EditTable.js
View file @
0e769a52
...
...
@@ -212,7 +212,7 @@ define([
$
(
'
#table-option-repeatasheader input
'
).
prop
(
'
checked
'
,
_tableObject
.
get_RowsInHeader
());
$
(
'
#table-option-resizetofit input
'
).
prop
(
'
checked
'
,
_tableObject
.
get_TableLayout
()
==
Asc
.
c_oAscTableLayout
.
AutoFit
);
var
margins
=
_tableObject
.
get_
Default
Margins
();
var
margins
=
_tableObject
.
get_
Cell
Margins
();
if
(
margins
)
{
var
distance
=
Common
.
Utils
.
Metric
.
fnRecalcFromMM
(
margins
.
get_Left
());
$
(
'
#table-options-margins input
'
).
val
(
distance
);
...
...
@@ -317,7 +317,7 @@ define([
// }
// });
// }
$
(
'
#edit-table-bordersize input
'
).
val
([
borderSizeTransform
.
indexSizeByValue
(
_cellBorderWidth
)]);
$
(
'
#edit-table-bordersize .item-after
'
).
text
(
borderSizeTransform
.
sizeByValue
(
_cellBorderWidth
)
+
'
'
+
_metricText
);
...
...
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