mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
again some things which cherry pick did not catch, sorry
This commit is contained in:
parent
34014336fa
commit
138b615a3b
@ -163,7 +163,7 @@ ToolbarSet
|
||||
Item "Align bottom" "command-alternatives inset-modify tabular m-valign-bottom;inset-modify tabular valign-bottom"
|
||||
Separator
|
||||
Item "Rotate cell by 90 degrees or unset rotation" "inset-modify tabular toggle-rotate-cell"
|
||||
Item "Rotate table" "inset-modify tabular toggle-rotate-tabular"
|
||||
Item "Rotate table by 90 degrees or unset rotation" "inset-modify tabular toggle-rotate-tabular"
|
||||
Item "Set multi-column" "inset-modify tabular multicolumn"
|
||||
Item "Set multi-row" "inset-modify tabular multirow"
|
||||
End
|
||||
|
8
po/en.po
8
po/en.po
@ -13707,12 +13707,12 @@ msgid "Align bottom"
|
||||
msgstr ""
|
||||
|
||||
#: lib/ui/stdtoolbars.inc:165
|
||||
msgid "Rotate cell"
|
||||
msgstr ""
|
||||
msgid "Rotate cell by 90 degrees or unset rotation"
|
||||
msgstr "Rotate cell by 90° or unset rotation"
|
||||
|
||||
#: lib/ui/stdtoolbars.inc:166
|
||||
msgid "Rotate table"
|
||||
msgstr ""
|
||||
msgid "Rotate table by 90 degrees or unset rotation"
|
||||
msgstr "Rotate table by 90° or unset rotation"
|
||||
|
||||
#: lib/ui/stdtoolbars.inc:167
|
||||
msgid "Set multi-column"
|
||||
|
@ -979,8 +979,6 @@ private:
|
||||
row_type row_start, row_type row_end,
|
||||
col_type col_start, col_type col_end) const;
|
||||
///
|
||||
bool tableIsRotated() const;
|
||||
///
|
||||
mutable idx_type first_visible_cell;
|
||||
///
|
||||
mutable int scx_;
|
||||
|
Loading…
Reference in New Issue
Block a user