summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-03-20 21:22:00 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-03-20 21:22:00 +0100
commitabe1b2f8321f05c39f29dfd49f37d214ba1135f4 (patch)
tree227666fba23f5d6cc67959cf512cd0b91e9f95b1
parenta249f3f4f9d3a9fed67ff9a29337d8fc03b7dc98 (diff)
downloadabrt-abe1b2f8321f05c39f29dfd49f37d214ba1135f4.tar.gz
abrt-abe1b2f8321f05c39f29dfd49f37d214ba1135f4.tar.xz
abrt-abe1b2f8321f05c39f29dfd49f37d214ba1135f4.zip
GUI: shrink progress window when details are collapsed
-rw-r--r--src/Gui/report.glade6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Gui/report.glade b/src/Gui/report.glade
index 6d4212c..447e71f 100644
--- a/src/Gui/report.glade
+++ b/src/Gui/report.glade
@@ -738,12 +738,12 @@
</child>
</object>
<object class="GtkWindow" id="pBarWindow">
- <property name="width_request">270</property>
+ <property name="width_request">500</property>
<property name="border_width">12</property>
<property name="title" translatable="yes">Please wait..</property>
+ <property name="resizable">False</property>
<property name="modal">True</property>
<property name="window_position">center-on-parent</property>
- <property name="default_width">470</property>
<property name="icon_name">abrt</property>
<property name="transient_for">w_reporters</property>
<child>
@@ -798,6 +798,8 @@
</child>
</object>
<packing>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">2</property>
</packing>
</child>