gem-graph-client/libide/editor/ide-editor-surface.ui

37 lines
1.4 KiB
Plaintext
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="IdeEditorSurface" parent="IdeSurface">
<child>
<object class="GtkOverlay" id="overlay">
<property name="visible">true</property>
<child>
<object class="GtkStack" id="loading_stack">
<property name="visible">true</property>
<property name="transition-type">crossfade</property>
<child>
<object class="DzlEmptyState" id="empty_state">
<property name="icon-name">document-open-recent-symbolic</property>
<property name="title" translatable="yes">Restoring previous session</property>
<property name="subtitle" translatable="yes">Your previous session will be ready in a moment.</property>
<property name="visible">true</property>
</object>
<packing>
<property name="name">empty_state</property>
</packing>
</child>
<child>
<object class="IdeGrid" id="grid">
<property name="orientation">horizontal</property>
<property name="visible">true</property>
</object>
<packing>
<property name="name">grid</property>
</packing>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>