mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 08:55:16 +08:00
[DE] Толщина границ по-умолчанию выставлена в 0,5pt (по просьбе отд. проектирования).
This commit is contained in:
@ -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);
|
||||
|
||||
@ -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));
|
||||
|
||||
Reference in New Issue
Block a user