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
80658094
Commit
80658094
authored
May 26, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE] Правка к багу 32174.
parent
14a13d62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
apps/documenteditor/main/app/view/TableSettingsAdvanced.js
apps/documenteditor/main/app/view/TableSettingsAdvanced.js
+2
-2
No files found.
apps/documenteditor/main/app/view/TableSettingsAdvanced.js
View file @
80658094
...
...
@@ -116,7 +116,7 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat
this
.
tableStylerRows
=
this
.
options
.
tableStylerRows
;
this
.
tableStylerColumns
=
this
.
options
.
tableStylerColumns
;
this
.
borderProps
=
this
.
options
.
borderProps
;
this
.
pageWidth
=
(
this
.
options
.
sectionProps
)
?
this
.
options
.
sectionProps
.
get_W
()
-
this
.
options
.
sectionProps
.
get_LeftMargin
()
-
this
.
options
.
sectionProps
.
get_RightMargin
()
:
210
;
this
.
pageWidth
=
210
;
this
.
_originalProps
=
new
Asc
.
CTableProp
(
this
.
options
.
tableProps
);
},
...
...
@@ -1162,6 +1162,7 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat
_setDefaults
:
function
(
props
)
{
if
(
props
){
this
.
_allTable
=
!
props
.
get_CellSelect
();
this
.
pageWidth
=
Common
.
Utils
.
Metric
.
fnRecalcFromMM
(
props
.
get_PercentFullWidth
());
var
value
,
TableWidth
=
props
.
get_Width
(),
...
...
@@ -2073,7 +2074,6 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat
spinner
.
setStep
(
Common
.
Utils
.
Metric
.
getCurrentMetric
()
==
Common
.
Utils
.
Metric
.
c_MetricUnits
.
pt
?
1
:
0.1
);
}
}
this
.
pageWidth
=
Common
.
Utils
.
Metric
.
fnRecalcFromMM
(
this
.
pageWidth
);
},
updateThemeColors
:
function
()
{
...
...
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