mirror of
https://github.com/MultiMote/niimblue
synced 2026-01-19 19:37:11 +03:00
Fix split parts field for small screens
This commit is contained in:
@@ -355,12 +355,14 @@
|
||||
<div class="svg-icon"></div>
|
||||
</label>
|
||||
{/each}
|
||||
|
||||
{#if split !== "none"}
|
||||
<span class="input-group-text">{$tr("params.label.split.count")}</span>
|
||||
<input class="form-control w-100" type="number" min="1" bind:value={splitParts} />
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
{#if split !== "none"}
|
||||
<div class="input-group flex-nowrap input-group-sm mb-2">
|
||||
<span class="input-group-text">{$tr("params.label.split.count")}</span>
|
||||
<input class="form-control" type="number" min="1" bind:value={splitParts} />
|
||||
</div>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{#if split !== "none"}
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
"params.label.shape": "Label shape",
|
||||
"params.label.size": "Size",
|
||||
"params.label.split": "Label split",
|
||||
"params.label.split.count": "Parts",
|
||||
"params.label.split.count": "Split parts",
|
||||
"params.label.tail.length": "Tail length",
|
||||
"params.label.tail.position": "Tail position",
|
||||
"params.label.mirror": "Object mirroring",
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
"params.label.shape": "Форма этикетки",
|
||||
"params.label.size": "Размер",
|
||||
"params.label.split": "Разделение этикетки",
|
||||
"params.label.split.count": "Частей",
|
||||
"params.label.split.count": "Частей для разделения",
|
||||
"params.label.tail.length": "Длина хвостовика",
|
||||
"params.label.tail.position": "Положение хвостовика",
|
||||
"params.label.warning.direction": "Рекомендуемое направление печати для вашего принтера:",
|
||||
|
||||
Reference in New Issue
Block a user