FIX: Fix tooltips on buttons
* Strike through, * Hide grid lines * all vertical/horizontal align buttons
This commit is contained in:
committed by
Nicolás Hatcher Andrés
parent
6390739fd4
commit
06ae1a1d6d
@@ -224,7 +224,7 @@ function Toolbar(properties: ToolbarProperties) {
|
|||||||
$pressed={properties.strike}
|
$pressed={properties.strike}
|
||||||
onClick={() => properties.onToggleStrike(!properties.strike)}
|
onClick={() => properties.onToggleStrike(!properties.strike)}
|
||||||
disabled={!canEdit}
|
disabled={!canEdit}
|
||||||
title={t("toolbar.strike_trough")}
|
title={t("toolbar.strike_through")}
|
||||||
>
|
>
|
||||||
<Strikethrough />
|
<Strikethrough />
|
||||||
</StyledButton>
|
</StyledButton>
|
||||||
@@ -313,7 +313,7 @@ function Toolbar(properties: ToolbarProperties) {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
disabled={!canEdit}
|
disabled={!canEdit}
|
||||||
title={t("toolbar.vertical_align_center")}
|
title={t("toolbar.vertical_align_middle")}
|
||||||
>
|
>
|
||||||
<ArrowMiddleFromLine />
|
<ArrowMiddleFromLine />
|
||||||
</StyledButton>
|
</StyledButton>
|
||||||
|
|||||||
@@ -18,6 +18,10 @@
|
|||||||
"borders": "Borders",
|
"borders": "Borders",
|
||||||
"decimal_places_increase": "Increase decimal places",
|
"decimal_places_increase": "Increase decimal places",
|
||||||
"decimal_places_decrease": "Decrease decimal places",
|
"decimal_places_decrease": "Decrease decimal places",
|
||||||
|
"show_hide_grid_lines": "Show/hide grid lines",
|
||||||
|
"vertical_align_bottom": "Align bottom",
|
||||||
|
"vertical_align_middle": " Align middle",
|
||||||
|
"vertical_align_top": "Align top",
|
||||||
"format_menu": {
|
"format_menu": {
|
||||||
"auto": "Auto",
|
"auto": "Auto",
|
||||||
"number": "Number",
|
"number": "Number",
|
||||||
|
|||||||
Reference in New Issue
Block a user