versioncommentdialog.ui 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.36.0 -->
  3. <interface domain="sfx">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkDialog" id="VersionCommentDialog">
  6. <property name="can_focus">False</property>
  7. <property name="border_width">6</property>
  8. <property name="title" translatable="yes" context="versioncommentdialog|VersionCommentDialog">Insert Version Comment</property>
  9. <property name="resizable">False</property>
  10. <property name="modal">True</property>
  11. <property name="default_width">0</property>
  12. <property name="default_height">0</property>
  13. <property name="type_hint">dialog</property>
  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="ok">
  25. <property name="label">gtk-ok</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">0</property>
  37. </packing>
  38. </child>
  39. <child>
  40. <object class="GtkButton" id="close">
  41. <property name="label">gtk-close</property>
  42. <property name="visible">True</property>
  43. <property name="can_focus">True</property>
  44. <property name="can_default">True</property>
  45. <property name="receives_default">True</property>
  46. <property name="use_stock">True</property>
  47. </object>
  48. <packing>
  49. <property name="expand">False</property>
  50. <property name="fill">True</property>
  51. <property name="position">1</property>
  52. </packing>
  53. </child>
  54. <child>
  55. <object class="GtkButton" id="cancel">
  56. <property name="label">gtk-cancel</property>
  57. <property name="visible">True</property>
  58. <property name="can_focus">True</property>
  59. <property name="receives_default">True</property>
  60. <property name="use_stock">True</property>
  61. </object>
  62. <packing>
  63. <property name="expand">False</property>
  64. <property name="fill">True</property>
  65. <property name="position">2</property>
  66. </packing>
  67. </child>
  68. <child>
  69. <object class="GtkButton" id="help">
  70. <property name="label">gtk-help</property>
  71. <property name="visible">True</property>
  72. <property name="can_focus">True</property>
  73. <property name="receives_default">True</property>
  74. <property name="use_stock">True</property>
  75. </object>
  76. <packing>
  77. <property name="expand">False</property>
  78. <property name="fill">True</property>
  79. <property name="position">3</property>
  80. <property name="secondary">True</property>
  81. </packing>
  82. </child>
  83. </object>
  84. <packing>
  85. <property name="expand">False</property>
  86. <property name="fill">True</property>
  87. <property name="pack_type">end</property>
  88. <property name="position">0</property>
  89. </packing>
  90. </child>
  91. <child>
  92. <!-- n-columns=1 n-rows=1 -->
  93. <object class="GtkGrid" id="grid1">
  94. <property name="visible">True</property>
  95. <property name="can_focus">False</property>
  96. <property name="hexpand">True</property>
  97. <property name="vexpand">True</property>
  98. <property name="row_spacing">6</property>
  99. <child>
  100. <object class="GtkLabel" id="timestamp">
  101. <property name="visible">True</property>
  102. <property name="can_focus">False</property>
  103. <property name="label" translatable="yes" context="versioncommentdialog|timestamp">Date and time: </property>
  104. <property name="xalign">0</property>
  105. </object>
  106. <packing>
  107. <property name="left_attach">0</property>
  108. <property name="top_attach">0</property>
  109. </packing>
  110. </child>
  111. <child>
  112. <object class="GtkLabel" id="author">
  113. <property name="visible">True</property>
  114. <property name="can_focus">False</property>
  115. <property name="label" translatable="yes" context="versioncommentdialog|author">Saved by: </property>
  116. <property name="xalign">0</property>
  117. </object>
  118. <packing>
  119. <property name="left_attach">0</property>
  120. <property name="top_attach">1</property>
  121. </packing>
  122. </child>
  123. <child>
  124. <object class="GtkScrolledWindow" id="scrolledwindow1">
  125. <property name="visible">True</property>
  126. <property name="can_focus">True</property>
  127. <property name="hexpand">True</property>
  128. <property name="vexpand">True</property>
  129. <property name="shadow_type">in</property>
  130. <child>
  131. <object class="GtkTextView" id="textview">
  132. <property name="visible">True</property>
  133. <property name="can_focus">True</property>
  134. <property name="hexpand">True</property>
  135. <property name="vexpand">True</property>
  136. </object>
  137. </child>
  138. </object>
  139. <packing>
  140. <property name="left_attach">0</property>
  141. <property name="top_attach">2</property>
  142. </packing>
  143. </child>
  144. </object>
  145. <packing>
  146. <property name="expand">False</property>
  147. <property name="fill">True</property>
  148. <property name="position">1</property>
  149. </packing>
  150. </child>
  151. </object>
  152. </child>
  153. <action-widgets>
  154. <action-widget response="-5">ok</action-widget>
  155. <action-widget response="-7">close</action-widget>
  156. <action-widget response="-6">cancel</action-widget>
  157. <action-widget response="-11">help</action-widget>
  158. </action-widgets>
  159. <child type="titlebar">
  160. <placeholder/>
  161. </child>
  162. <child internal-child="accessible">
  163. <object class="AtkObject" id="VersionCommentDialog-atkobject">
  164. <property name="AtkObject::accessible-description" translatable="yes" context="versioncommentdialog|extended_tip|VersionCommentDialog">Enter a comment here when you are saving a new version. If you clicked Show to open this dialog, you cannot edit the comment.</property>
  165. </object>
  166. </child>
  167. </object>
  168. </interface>