sidebar: show Misc panel with Table Cell Color
It was removed in:
mobile wizard: hide unsupported items in table panel
commit 1aed5ddaa4
but now works
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Ia9ba8d9c7bad1c2074405617a4443e05df42ac66
This commit is contained in:
parent
1851926386
commit
962e1a9a5a
2 changed files with 2 additions and 3 deletions
|
@ -311,8 +311,7 @@ td.jsdialog .jsdialog.cell.sidebar {
|
|||
}
|
||||
|
||||
#orientationcontrol,
|
||||
#rotation,
|
||||
#misc_label {
|
||||
#rotation {
|
||||
visibility: hidden;
|
||||
height: 16px;
|
||||
}
|
||||
|
|
|
@ -137,7 +137,6 @@ L.Control.JSDialogBuilder = L.Control.extend({
|
|||
|
||||
this._toolitemHandlers['.uno:InsertFormula'] = function () {};
|
||||
this._toolitemHandlers['.uno:SetBorderStyle'] = function () {};
|
||||
this._toolitemHandlers['.uno:TableCellBackgroundColor'] = function () {};
|
||||
|
||||
this._menus = {};
|
||||
this._menus['AutoSumMenu'] = [
|
||||
|
@ -2561,6 +2560,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
|
|||
'configuredialog': 'sidebar',
|
||||
'modifypage': 'sidebar',
|
||||
'parapropertypanel': 'paragraphdialog',
|
||||
'tablecellbackgroundcolor': 'fillcolor'
|
||||
};
|
||||
if (iconURLAliases[cleanName]) {
|
||||
cleanName = iconURLAliases[cleanName];
|
||||
|
|
Loading…
Reference in a new issue