mirror of
https://github.com/TakeV-Lambda/dino.git
synced 2024-11-15 03:45:04 +00:00
16 lines
587 B
Text
16 lines
587 B
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<interface>
|
||
|
<template class="DinoUiConversationSelectorView">
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="orientation">vertical</property>
|
||
|
<child>
|
||
|
<object class="GtkScrolledWindow" id="scrolled">
|
||
|
<property name="expand">True</property>
|
||
|
<property name="hscrollbar_policy">never</property>
|
||
|
<property name="visible">True</property>
|
||
|
</object>
|
||
|
</child>
|
||
|
</template>
|
||
|
</interface>
|