mirror of
https://github.com/QingWei-Li/notea.git
synced 2024-11-29 12:53:00 +03:00
fix: Add "as wide as possible" width to settings
This commit is contained in:
parent
e356ea760f
commit
fe4733efe9
@ -31,7 +31,12 @@ export const EditorWidth: FC = () => {
|
||||
<MenuItem value={EDITOR_SIZE.SMALL}>
|
||||
{t('Small (default)')}
|
||||
</MenuItem>
|
||||
<MenuItem value={EDITOR_SIZE.LARGE}>{t('Large')}</MenuItem>
|
||||
<MenuItem value={EDITOR_SIZE.LARGE}>
|
||||
{t('Large')}
|
||||
</MenuItem>
|
||||
<MenuItem value={EDITOR_SIZE.AS_WIDE_AS_POSSIBLE}>
|
||||
{t('As wide as possible')}
|
||||
</MenuItem>
|
||||
</TextField>
|
||||
);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user