Revert editor size variable to 1.6

This commit is contained in:
Matthias Metelka 2022-11-07 15:47:29 +01:00
parent a018b4f86a
commit 80372b2ae4
4 changed files with 4 additions and 4 deletions

View file

@ -79,7 +79,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
return fontFamily; return fontFamily;
} }
const size = 1.5; const size = 1.6;
const wrap = true; const wrap = true;
const fieldStores: Writable<string>[] = []; const fieldStores: Writable<string>[] = [];

View file

@ -27,7 +27,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
const dispatch = createEventDispatcher(); const dispatch = createEventDispatcher();
</script> </script>
<ButtonGroup size={1.5} wrap={false}> <ButtonGroup size={1.6} wrap={false}>
<IconButton <IconButton
tooltip={tr.editingFloatLeft()} tooltip={tr.editingFloatLeft()}
active={floatStyle === "left"} active={floatStyle === "left"}

View file

@ -22,7 +22,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
const dispatch = createEventDispatcher(); const dispatch = createEventDispatcher();
</script> </script>
<ButtonGroup size={1.5}> <ButtonGroup size={1.6}>
<IconButton <IconButton
disabled={shrinkingDisabled} disabled={shrinkingDisabled}
flipX={$direction === "rtl"} flipX={$direction === "rtl"}

View file

@ -17,7 +17,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
const dispatch = createEventDispatcher(); const dispatch = createEventDispatcher();
</script> </script>
<ButtonToolbar size={1.5} wrap={false}> <ButtonToolbar size={1.6} wrap={false}>
<ButtonGroup> <ButtonGroup>
<IconButton <IconButton
tooltip={tr.editingMathjaxInline()} tooltip={tr.editingMathjaxInline()}