lsfg-vk/ui/rsc/window.ui
2025-07-24 15:20:16 +02:00

23 lines
862 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="LSApplicationWindow" parent="AdwApplicationWindow">
<property name="title">lsfg-vk Configuration Window</property>
<property name="default-width">1300</property>
<property name="default-height">750</property>
<property name="content">
<!-- Split View -->
<object class="AdwNavigationSplitView">
<property name="min-sidebar-width">200</property>
<property name="max-sidebar-width">300</property>
<!-- Split View: Left Sidebar -->
<property name="sidebar">
<object class="LSPaneSidebar" id="sidebar"/>
</property>
<!-- Split View: Main Content -->
<property name="content">
<object class="LSPaneMain" id="main"/>
</property>
</object>
</property>
</template>
</interface>