forked from didirus/AstralRinth
Update omorphia, start a global settings page
This commit is contained in:
15
theseus_gui/src/components/WindowSettings.svelte
Normal file
15
theseus_gui/src/components/WindowSettings.svelte
Normal file
@@ -0,0 +1,15 @@
|
||||
<script lang="ts">
|
||||
import { FormField, TextInput } from "omorphia"
|
||||
</script>
|
||||
|
||||
<div class="section">
|
||||
<FormField label="Window width">
|
||||
<TextInput />
|
||||
</FormField>
|
||||
<FormField label="Window height">
|
||||
<TextInput />
|
||||
</FormField>
|
||||
</div>
|
||||
|
||||
<style lang="postcss">
|
||||
</style>
|
||||
Reference in New Issue
Block a user