Blame data/characterlist.ui

rpm-build 858c0f
rpm-build 858c0f
<interface>
rpm-build 858c0f
  <requires lib="gtk+" version="3.12"/>
rpm-build 858c0f
  <template class="Gjs_CharacterListView" parent="GtkStack">
rpm-build 858c0f
    <property name="visible">True</property>
rpm-build 858c0f
    <child>
rpm-build 858c0f
      <object class="GtkGrid" id="unavailable-grid">
rpm-build 858c0f
	<property name="can_focus">False</property>
rpm-build 858c0f
	<property name="visible">False</property>
rpm-build 858c0f
	<property name="orientation">vertical</property>
rpm-build 858c0f
	<property name="halign">center</property>
rpm-build 858c0f
	<property name="valign">center</property>
rpm-build 858c0f
	<style>
rpm-build 858c0f
	  <class name="banner"/>
rpm-build 858c0f
	</style>
rpm-build 858c0f
	<child>
rpm-build 858c0f
	  <object class="GtkImage" id="unavailable-image">
rpm-build 858c0f
	    <property name="can_focus">False</property>
rpm-build 858c0f
	    <property name="visible">True</property>
rpm-build 858c0f
	    <property name="halign">center</property>
rpm-build 858c0f
	    <property name="pixel_size">128</property>
rpm-build 858c0f
	    <property name="icon_name">action-unavailable-symbolic</property>
rpm-build 858c0f
	  </object>
rpm-build 858c0f
	</child>
rpm-build 858c0f
	<child>
rpm-build 858c0f
	  <object class="GtkLabel" id="unavailable-label">
rpm-build 858c0f
	    <property name="can_focus">False</property>
rpm-build 858c0f
	    <property name="visible">True</property>
rpm-build 858c0f
	    <property name="halign">center</property>
rpm-build 858c0f
	    <property name="label" translatable="yes">Search found no results</property>
rpm-build 858c0f
	    <style>
rpm-build 858c0f
	      <class name="banner-label"/>
rpm-build 858c0f
	    </style>
rpm-build 858c0f
	  </object>
rpm-build 858c0f
	</child>
rpm-build 858c0f
	<child>
rpm-build 858c0f
	  <object class="GtkLabel" id="unavailable-hint">
rpm-build 858c0f
	    <property name="can_focus">False</property>
rpm-build 858c0f
	    <property name="visible">True</property>
rpm-build 858c0f
	    <property name="halign">center</property>
rpm-build 858c0f
	    <property name="label" translatable="yes">Try a different search.</property>
rpm-build 858c0f
	    <style>
rpm-build 858c0f
	      <class name="banner-hint"/>
rpm-build 858c0f
	    </style>
rpm-build 858c0f
	  </object>
rpm-build 858c0f
	</child>
rpm-build 858c0f
      </object>
rpm-build 858c0f
      <packing>
rpm-build 858c0f
	<property name="name">unavailable</property>
rpm-build 858c0f
      </packing>
rpm-build 858c0f
    </child>
rpm-build 858c0f
    <child>
rpm-build 858c0f
      <object class="GtkGrid" id="loading-grid">
rpm-build 858c0f
	<property name="can_focus">False</property>
rpm-build 858c0f
	<property name="visible">False</property>
rpm-build 858c0f
	<property name="halign">center</property>
rpm-build 858c0f
	<property name="valign">center</property>
rpm-build 858c0f
	<style>
rpm-build 858c0f
	  <class name="banner"/>
rpm-build 858c0f
	</style>
rpm-build 858c0f
	<child>
rpm-build 858c0f
	  <object class="GtkSpinner" id="loading-spinner">
rpm-build 858c0f
	    <property name="can_focus">False</property>
rpm-build 858c0f
	    <property name="visible">True</property>
rpm-build 858c0f
	    <property name="width-request">128</property>
rpm-build 858c0f
	    <property name="height-request">128</property>
rpm-build 858c0f
	  </object>
rpm-build 858c0f
	</child>
rpm-build 858c0f
	<child>
rpm-build 858c0f
	  <object class="GtkLabel" id="loading-label">
rpm-build 858c0f
	    <property name="can_focus">False</property>
rpm-build 858c0f
	    <property name="visible">True</property>
rpm-build 858c0f
	    <property name="label" translatable="yes">Loading…</property>
rpm-build 858c0f
	    <style>
rpm-build 858c0f
	      <class name="banner-label"/>
rpm-build 858c0f
	    </style>
rpm-build 858c0f
	  </object>
rpm-build 858c0f
	</child>
rpm-build 858c0f
      </object>
rpm-build 858c0f
      <packing>
rpm-build 858c0f
	<property name="name">loading</property>
rpm-build 858c0f
      </packing>
rpm-build 858c0f
    </child>
rpm-build 858c0f
  </template>
rpm-build 858c0f
</interface>