summaryrefslogtreecommitdiff
path: root/portato/gui/templates/MailInfoWindow.ui
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2009-09-06 01:44:35 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2009-09-06 01:44:35 +0200
commit30b9a89aaf90e5ea0edeadee6d6f1a9f05c40703 (patch)
tree2ab74d4b3b47fd35ec3a3b3f2f115a7430f9f006 /portato/gui/templates/MailInfoWindow.ui
parentb56a8ce46ee35f48022da1e1c61930b294228dc6 (diff)
downloadportato-30b9a89aaf90e5ea0edeadee6d6f1a9f05c40703.tar.gz
portato-30b9a89aaf90e5ea0edeadee6d6f1a9f05c40703.tar.bz2
portato-30b9a89aaf90e5ea0edeadee6d6f1a9f05c40703.zip
Update ui files with glade
Diffstat (limited to 'portato/gui/templates/MailInfoWindow.ui')
-rw-r--r--portato/gui/templates/MailInfoWindow.ui46
1 files changed, 30 insertions, 16 deletions
diff --git a/portato/gui/templates/MailInfoWindow.ui b/portato/gui/templates/MailInfoWindow.ui
index a469bd3..4551cdb 100644
--- a/portato/gui/templates/MailInfoWindow.ui
+++ b/portato/gui/templates/MailInfoWindow.ui
@@ -1,20 +1,22 @@
<?xml version="1.0"?>
-<!--Generated with glade3 3.4.5 on Mon Sep 15 20:20:19 2008 -->
<interface>
+ <requires lib="gtk+" version="2.14"/>
+ <!-- interface-naming-policy toplevel-contextual -->
<object class="GtkWindow" id="MailInfoWindow">
<property name="title" translatable="yes">Send Bug Mail ...</property>
<property name="modal">True</property>
- <property name="window_position">GTK_WIN_POS_CENTER</property>
+ <property name="window_position">center</property>
<property name="default_width">450</property>
<property name="default_height">230</property>
<property name="destroy_with_parent">True</property>
- <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
+ <property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>
<property name="skip_pager_hint">True</property>
<property name="urgency_hint">True</property>
<child>
<object class="GtkVBox" id="vbox1">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<child>
<object class="GtkTable" id="table1">
<property name="visible">True</property>
@@ -22,16 +24,13 @@
<property name="n_columns">2</property>
<property name="row_spacing">10</property>
<child>
- <placeholder/>
- </child>
- <child>
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="label" translatable="yes">&lt;b&gt;&lt;u&gt;Additional Information&lt;/u&gt;&lt;/b&gt;
(all optional)</property>
<property name="use_markup">True</property>
- <property name="justify">GTK_JUSTIFY_CENTER</property>
+ <property name="justify">center</property>
</object>
<packing>
<property name="right_attach">2</property>
@@ -115,9 +114,9 @@ what did you do to hit the bug?</property>
<object class="GtkScrolledWindow" id="scrolledwindow1">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
- <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
- <property name="shadow_type">GTK_SHADOW_IN</property>
+ <property name="hscrollbar_policy">never</property>
+ <property name="vscrollbar_policy">automatic</property>
+ <property name="shadow_type">in</property>
<child>
<object class="GtkTextView" id="commentEntry">
<property name="height_request">50</property>
@@ -136,10 +135,11 @@ what did you do to hit the bug?</property>
</child>
<child>
<object class="GtkCheckButton" id="logCheck">
+ <property name="label" translatable="yes">Attach _Logfile</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="tooltip-text" translatable="yes">Attaches the logfile to the mail. This log only contains debug information.</property>
- <property name="label" translatable="yes">Attach _Logfile</property>
+ <property name="receives_default">False</property>
+ <property name="tooltip_text" translatable="yes">Attaches the logfile to the mail. This log only contains debug information.</property>
<property name="use_underline">True</property>
<property name="active">True</property>
<property name="draw_indicator">True</property>
@@ -150,32 +150,41 @@ what did you do to hit the bug?</property>
<property name="x_options">GTK_FILL</property>
</packing>
</child>
+ <child>
+ <placeholder/>
+ </child>
</object>
<packing>
<property name="padding">5</property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkHButtonBox" id="hbuttonbox1">
<property name="visible">True</property>
<property name="homogeneous">True</property>
- <property name="layout_style">GTK_BUTTONBOX_SPREAD</property>
+ <property name="layout_style">spread</property>
<child>
<object class="GtkButton" id="cancelBtn">
+ <property name="label">gtk-cancel</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="label">gtk-cancel</property>
<property name="use_stock">True</property>
- <signal handler="cb_cancel_clicked" name="clicked"/>
+ <signal name="clicked" handler="cb_cancel_clicked"/>
</object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<object class="GtkButton" id="sendBtn">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <signal handler="cb_send_clicked" name="clicked"/>
+ <signal name="clicked" handler="cb_send_clicked"/>
<child>
<object class="GtkHBox" id="hbox1">
<property name="visible">True</property>
@@ -186,6 +195,9 @@ what did you do to hit the bug?</property>
<property name="xalign">1</property>
<property name="stock">gtk-ok</property>
</object>
+ <packing>
+ <property name="position">0</property>
+ </packing>
</child>
<child>
<object class="GtkLabel" id="label5">
@@ -203,6 +215,8 @@ what did you do to hit the bug?</property>
</child>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">1</property>
</packing>
</child>