mirror of
				https://github.com/PancakeTAS/lsfg-vk.git
				synced 2025-10-30 07:01:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			862 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			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>
 | 
