pace_row_repository_grid.ui 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface>
  4. <requires lib="gtk+" version="3.0"/>
  5. <template class="PaceRowRepositoryGrid" parent="GtkGrid">
  6. <property name="width_request">200</property>
  7. <property name="visible">True</property>
  8. <property name="can_focus">False</property>
  9. <property name="margin_top">10</property>
  10. <property name="margin_bottom">10</property>
  11. <property name="column_spacing">10</property>
  12. <child>
  13. <object class="GtkLabel" id="label_name">
  14. <property name="visible">True</property>
  15. <property name="can_focus">False</property>
  16. <property name="tooltip_text" translatable="yes">The name of the repository</property>
  17. <property name="halign">start</property>
  18. <property name="valign">center</property>
  19. <property name="margin_start">5</property>
  20. <property name="margin_top">5</property>
  21. <property name="hexpand">True</property>
  22. <property name="vexpand">True</property>
  23. <attributes>
  24. <attribute name="weight" value="ultraheavy"/>
  25. </attributes>
  26. </object>
  27. <packing>
  28. <property name="left_attach">0</property>
  29. <property name="top_attach">0</property>
  30. </packing>
  31. </child>
  32. <child>
  33. <object class="GtkRevealer" id="revealer_options">
  34. <property name="visible">True</property>
  35. <property name="can_focus">False</property>
  36. <child>
  37. <object class="GtkGrid">
  38. <property name="visible">True</property>
  39. <property name="can_focus">False</property>
  40. <property name="margin_top">5</property>
  41. <child>
  42. <object class="PaceListBoxFixed" id="listbox_keys">
  43. <property name="visible">False</property>
  44. <property name="vscrollbar_policy">never</property>
  45. <signal name="notify::length" handler="listbox_length_changed" swapped="no"/>
  46. </object>
  47. <packing>
  48. <property name="left_attach">0</property>
  49. <property name="top_attach">0</property>
  50. </packing>
  51. </child>
  52. <child>
  53. <object class="GtkLabel" id="label_no_keys">
  54. <property name="visible">True</property>
  55. <property name="can_focus">False</property>
  56. <property name="label" translatable="yes">This repository has no keys</property>
  57. </object>
  58. <packing>
  59. <property name="left_attach">0</property>
  60. <property name="top_attach">1</property>
  61. </packing>
  62. </child>
  63. </object>
  64. </child>
  65. </object>
  66. <packing>
  67. <property name="left_attach">0</property>
  68. <property name="top_attach">1</property>
  69. </packing>
  70. </child>
  71. </template>
  72. </interface>