warnemaildialog.ui 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- Generated with glade 3.20.2 -->
  3. <interface domain="sw">
  4. <requires lib="gtk+" version="3.20"/>
  5. <object class="GtkMessageDialog" id="WarnEmailDialog">
  6. <property name="can_focus">False</property>
  7. <property name="title" translatable="yes" context="warnemaildialog|WarnEmailDialog">Emails could not be sent</property>
  8. <property name="resizable">False</property>
  9. <property name="modal">True</property>
  10. <property name="default_width">0</property>
  11. <property name="default_height">0</property>
  12. <property name="type_hint">dialog</property>
  13. <property name="skip_taskbar_hint">True</property>
  14. <property name="message_type">warning</property>
  15. <property name="buttons">ok</property>
  16. <property name="text" translatable="yes" context="warnemaildialog|WarnEmailDialog">Emails could not be sent</property>
  17. <property name="secondary_text" translatable="yes" context="warnemaildialog|WarnEmailDialog">The following error occurred:</property>
  18. <child internal-child="vbox">
  19. <object class="GtkBox" id="messagedialog-vbox">
  20. <property name="can_focus">False</property>
  21. <property name="orientation">vertical</property>
  22. <property name="spacing">12</property>
  23. <child internal-child="action_area">
  24. <object class="GtkButtonBox" id="messagedialog-action_area">
  25. <property name="can_focus">False</property>
  26. </object>
  27. <packing>
  28. <property name="expand">False</property>
  29. <property name="fill">True</property>
  30. <property name="pack_type">end</property>
  31. <property name="position">0</property>
  32. </packing>
  33. </child>
  34. <child>
  35. <!-- n-columns=1 n-rows=1 -->
  36. <object class="GtkGrid" id="grid">
  37. <property name="visible">True</property>
  38. <property name="can_focus">False</property>
  39. <property name="hexpand">True</property>
  40. <property name="vexpand">True</property>
  41. <child>
  42. <object class="GtkScrolledWindow" id="scrolledwindow1">
  43. <property name="visible">True</property>
  44. <property name="can_focus">True</property>
  45. <property name="hexpand">True</property>
  46. <property name="vexpand">True</property>
  47. <property name="shadow_type">in</property>
  48. <child>
  49. <object class="GtkTextView" id="errors">
  50. <property name="visible">True</property>
  51. <property name="can_focus">True</property>
  52. <property name="editable">False</property>
  53. <property name="cursor_visible">False</property>
  54. </object>
  55. </child>
  56. </object>
  57. <packing>
  58. <property name="left_attach">0</property>
  59. <property name="top_attach">0</property>
  60. </packing>
  61. </child>
  62. </object>
  63. <packing>
  64. <property name="expand">False</property>
  65. <property name="fill">True</property>
  66. <property name="position">2</property>
  67. </packing>
  68. </child>
  69. </object>
  70. </child>
  71. <child>
  72. <placeholder/>
  73. </child>
  74. </object>
  75. </interface>