summaryrefslogtreecommitdiffstats
path: root/src/Gui/ccgui.glade
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-12-09 11:21:35 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-12-09 11:21:35 +0100
commit588bf134a73f3f78c72697b4404e18c565eb3c76 (patch)
treeb75665c0a5025d68dec7fa0a660a1dfeba2dc993 /src/Gui/ccgui.glade
parente0ad11c1ed8725a92d09ec09e9cb4113b7d90bac (diff)
downloadabrt-588bf134a73f3f78c72697b4404e18c565eb3c76.tar.gz
abrt-588bf134a73f3f78c72697b4404e18c565eb3c76.tar.xz
abrt-588bf134a73f3f78c72697b4404e18c565eb3c76.zip
GUI: added log window
Diffstat (limited to 'src/Gui/ccgui.glade')
-rw-r--r--src/Gui/ccgui.glade36
1 files changed, 35 insertions, 1 deletions
diff --git a/src/Gui/ccgui.glade b/src/Gui/ccgui.glade
index 022f4ab..0db3b26 100644
--- a/src/Gui/ccgui.glade
+++ b/src/Gui/ccgui.glade
@@ -9,11 +9,12 @@
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="window_position">center-on-parent</property>
- <property name="default_width">270</property>
+ <property name="default_width">470</property>
<property name="transient_for">main_window3</property>
<child>
<widget class="GtkVBox" id="vbox1">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">12</property>
<child>
<widget class="GtkLabel" id="lStatus">
@@ -35,6 +36,39 @@
<property name="position">1</property>
</packing>
</child>
+ <child>
+ <widget class="GtkExpander" id="expander1">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <child>
+ <widget class="GtkScrolledWindow" id="scrolledwindow1">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="hscrollbar_policy">automatic</property>
+ <property name="vscrollbar_policy">automatic</property>
+ <property name="shadow_type">etched-in</property>
+ <child>
+ <widget class="GtkTextView" id="tvUpdates">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ </widget>
+ </child>
+ </widget>
+ </child>
+ <child>
+ <widget class="GtkLabel" id="lUpdates">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Details</property>
+ </widget>
+ <packing>
+ <property name="type">label_item</property>
+ </packing>
+ </child>
+ </widget>
+ <packing>
+ <property name="position">2</property>
+ </packing>
+ </child>
</widget>
</child>
</widget>