12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!-- Generated with glade 3.36.0 -->
- <interface>
- <requires lib="gtk+" version="3.0"/>
- <template class="PaceRowRepositoryGrid" parent="GtkGrid">
- <property name="width_request">200</property>
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="margin_top">10</property>
- <property name="margin_bottom">10</property>
- <property name="column_spacing">10</property>
- <child>
- <object class="GtkLabel" id="label_name">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="tooltip_text" translatable="yes">The name of the repository</property>
- <property name="halign">start</property>
- <property name="valign">center</property>
- <property name="margin_start">5</property>
- <property name="margin_top">5</property>
- <property name="hexpand">True</property>
- <property name="vexpand">True</property>
- <attributes>
- <attribute name="weight" value="ultraheavy"/>
- </attributes>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkRevealer" id="revealer_options">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <child>
- <object class="GtkGrid">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="margin_top">5</property>
- <child>
- <object class="PaceListBoxFixed" id="listbox_keys">
- <property name="visible">False</property>
- <property name="vscrollbar_policy">never</property>
- <signal name="notify::length" handler="listbox_length_changed" swapped="no"/>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label_no_keys">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="label" translatable="yes">This repository has no keys</property>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- <packing>
- <property name="left_attach">0</property>
- <property name="top_attach">1</property>
- </packing>
- </child>
- </template>
- </interface>
|