floatingsync.ui 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="FloatingSync">
  6. <property name="can_focus">False</property>
  7. <property name="title" translatable="yes" context="floatingsync|FloatingSync">Synchronize</property>
  8. <property name="default_width">0</property>
  9. <property name="default_height">0</property>
  10. <property name="destroy_with_parent">True</property>
  11. <property name="type_hint">utility</property>
  12. <property name="deletable">False</property>
  13. <child internal-child="vbox">
  14. <object class="GtkBox">
  15. <property name="can_focus">False</property>
  16. <property name="orientation">vertical</property>
  17. <child internal-child="action_area">
  18. <object class="GtkButtonBox">
  19. <property name="can_focus">False</property>
  20. <property name="no_show_all">True</property>
  21. <property name="layout_style">end</property>
  22. <child>
  23. <placeholder/>
  24. </child>
  25. </object>
  26. <packing>
  27. <property name="expand">False</property>
  28. <property name="fill">False</property>
  29. <property name="position">0</property>
  30. </packing>
  31. </child>
  32. <child>
  33. <object class="GtkButton" id="sync">
  34. <property name="label" translatable="yes" context="floatingsync|sync">Synchronize Labels</property>
  35. <property name="visible">True</property>
  36. <property name="can_focus">True</property>
  37. <property name="can_default">True</property>
  38. <property name="has_default">True</property>
  39. <property name="receives_default">True</property>
  40. <property name="hexpand">True</property>
  41. <property name="vexpand">True</property>
  42. <property name="use_underline">True</property>
  43. </object>
  44. <packing>
  45. <property name="expand">False</property>
  46. <property name="fill">True</property>
  47. <property name="position">1</property>
  48. </packing>
  49. </child>
  50. </object>
  51. </child>
  52. <child type="titlebar">
  53. <placeholder/>
  54. </child>
  55. </object>
  56. </interface>