Update UI size label in DisplaySettings.svelte
This commit is contained in:
@@ -112,7 +112,7 @@
|
|||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
<span class="text-textcolor">{language.UISize}</span>
|
<span class="text-textcolor mt-4">{language.UISize}</span>
|
||||||
<SliderInput min={50} max={200} bind:value={$DataBase.zoomsize} />
|
<SliderInput min={50} max={200} bind:value={$DataBase.zoomsize} />
|
||||||
<span class="text-textcolor2 mb-6 text-sm">{($DataBase.zoomsize)}%</span>
|
<span class="text-textcolor2 mb-6 text-sm">{($DataBase.zoomsize)}%</span>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user