galleryapplyprogress.ui 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.22.1 -->
  3. <interface domain="cui">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="GalleryApplyProgress">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="galleryapplyprogress|GalleryApplyProgress">Apply</property>
  9. <property name="modal">True</property>
  10. <property name="type_hint">normal</property>
  11. <child>
  12. <placeholder/>
  13. </child>
  14. <child internal-child="vbox">
  15. <object class="GtkBox" id="dialog-vbox1">
  16. <property name="can_focus">False</property>
  17. <property name="orientation">vertical</property>
  18. <property name="spacing">12</property>
  19. <child internal-child="action_area">
  20. <object class="GtkButtonBox" id="dialog-action_area1">
  21. <property name="can_focus">False</property>
  22. <property name="layout_style">end</property>
  23. <child>
  24. <object class="GtkButton" id="cancel">
  25. <property name="label">gtk-cancel</property>
  26. <property name="visible">True</property>
  27. <property name="can_focus">True</property>
  28. <property name="can_default">True</property>
  29. <property name="has_default">True</property>
  30. <property name="receives_default">True</property>
  31. <property name="use_stock">True</property>
  32. </object>
  33. <packing>
  34. <property name="expand">False</property>
  35. <property name="fill">True</property>
  36. <property name="position">1</property>
  37. </packing>
  38. </child>
  39. </object>
  40. <packing>
  41. <property name="expand">False</property>
  42. <property name="fill">True</property>
  43. <property name="pack_type">end</property>
  44. <property name="position">0</property>
  45. </packing>
  46. </child>
  47. <child>
  48. <!-- n-columns=1 n-rows=1 -->
  49. <object class="GtkGrid" id="grid1">
  50. <property name="visible">True</property>
  51. <property name="can_focus">False</property>
  52. <property name="row_spacing">12</property>
  53. <child>
  54. <object class="GtkFrame" id="frame2">
  55. <property name="visible">True</property>
  56. <property name="can_focus">False</property>
  57. <property name="label_xalign">0</property>
  58. <property name="shadow_type">none</property>
  59. <child>
  60. <object class="GtkAlignment" id="alignment2">
  61. <property name="visible">True</property>
  62. <property name="can_focus">False</property>
  63. <property name="top_padding">6</property>
  64. <property name="left_padding">12</property>
  65. <child>
  66. <object class="GtkLabel" id="file">
  67. <property name="visible">True</property>
  68. <property name="can_focus">False</property>
  69. <property name="width_chars">40</property>
  70. </object>
  71. </child>
  72. </object>
  73. </child>
  74. <child type="label">
  75. <object class="GtkLabel" id="label2">
  76. <property name="visible">True</property>
  77. <property name="can_focus">False</property>
  78. <property name="label" translatable="yes" context="galleryapplyprogress|label2">File</property>
  79. <attributes>
  80. <attribute name="weight" value="bold"/>
  81. </attributes>
  82. </object>
  83. </child>
  84. </object>
  85. <packing>
  86. <property name="left_attach">0</property>
  87. <property name="top_attach">0</property>
  88. </packing>
  89. </child>
  90. </object>
  91. <packing>
  92. <property name="expand">False</property>
  93. <property name="fill">True</property>
  94. <property name="position">1</property>
  95. </packing>
  96. </child>
  97. </object>
  98. </child>
  99. <action-widgets>
  100. <action-widget response="-6">cancel</action-widget>
  101. </action-widgets>
  102. </object>
  103. </interface>