[file-roller: 97/123] progress dialog: set the width of the progress bar to 350px
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller: 97/123] progress dialog: set the width of the progress bar to 350px
- Date: Mon, 6 Aug 2012 13:49:01 +0000 (UTC)
commit 6a8f390b626032411bd375caa17ed013eec3d43f
Author: Paolo Bacchilega <paobac src gnome org>
Date: Tue Jul 31 19:26:42 2012 +0200
progress dialog: set the width of the progress bar to 350px
src/ui/progress-dialog.ui | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/ui/progress-dialog.ui b/src/ui/progress-dialog.ui
index 30e6da3..b72b47e 100644
--- a/src/ui/progress-dialog.ui
+++ b/src/ui/progress-dialog.ui
@@ -71,19 +71,20 @@
</packing>
</child>
<child>
- <object class="GtkBox" id="box2">
+ <object class="GtkBox" id="progress_box">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child>
<object class="GtkProgressBar" id="progress_progressbar">
+ <property name="width_request">350</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="pulse_step">0.029999999999999999</property>
</object>
<packing>
- <property name="expand">False</property>
+ <property name="expand">True</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]