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
ee09eac4
Commit
ee09eac4
authored
May 26, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE] Толщина границ по-умолчанию выставлена в 0,5pt (по просьбе отд. проектирования).
parent
ce7957d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
apps/documenteditor/main/app/view/TableSettings.js
apps/documenteditor/main/app/view/TableSettings.js
+1
-1
apps/documenteditor/main/app/view/TableSettingsAdvanced.js
apps/documenteditor/main/app/view/TableSettingsAdvanced.js
+1
-1
No files found.
apps/documenteditor/main/app/view/TableSettings.js
View file @
ee09eac4
...
...
@@ -218,7 +218,7 @@ define([
el
:
$
(
'
#table-combo-border-size
'
),
style
:
"
width: 93px;
"
});
this
.
BorderSize
=
this
.
cmbBorderSize
.
store
.
at
(
2
).
get
(
'
value
'
);
this
.
BorderSize
=
this
.
cmbBorderSize
.
store
.
at
(
1
).
get
(
'
value
'
);
this
.
cmbBorderSize
.
setValue
(
this
.
BorderSize
);
this
.
cmbBorderSize
.
on
(
'
selected
'
,
_
.
bind
(
this
.
onBorderSizeSelect
,
this
));
this
.
lockedControls
.
push
(
this
.
cmbBorderSize
);
...
...
apps/documenteditor/main/app/view/TableSettingsAdvanced.js
View file @
ee09eac4
...
...
@@ -869,7 +869,7 @@ define([ 'text!documenteditor/main/app/template/TableSettingsAdvanced.templat
el
:
$
(
'
#tableadv-combo-border-size
'
),
style
:
"
width: 93px;
"
});
var
rec
=
this
.
cmbBorderSize
.
store
.
at
(
2
);
var
rec
=
this
.
cmbBorderSize
.
store
.
at
(
1
);
this
.
BorderSize
=
{
ptValue
:
rec
.
get
(
'
value
'
),
pxValue
:
rec
.
get
(
'
pxValue
'
)};
this
.
cmbBorderSize
.
setValue
(
this
.
BorderSize
.
ptValue
);
this
.
cmbBorderSize
.
on
(
'
selected
'
,
_
.
bind
(
this
.
onBorderSizeSelect
,
this
));
...
...
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