[file-roller: 58/123] progress dialog: let the dialog auto-resize, do not ellipsize the action label
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller: 58/123] progress dialog: let the dialog auto-resize, do not ellipsize the action label
- Date: Mon, 6 Aug 2012 13:45:44 +0000 (UTC)
commit 1e2daf1735d454bfadaaddda89a012f4f924bcf5
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Jul 22 21:36:37 2012 +0200
progress dialog: let the dialog auto-resize, do not ellipsize the action label
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 e9869f9..1b8c582 100644
--- a/src/ui/progress-dialog.ui
+++ b/src/ui/progress-dialog.ui
@@ -2,9 +2,9 @@
<interface>
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="progress_dialog">
- <property name="width_request">500</property>
<property name="can_focus">False</property>
<property name="border_width">5</property>
+ <property name="resizable">False</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
@@ -61,7 +61,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="ellipsize">end</property>
+ <property name="wrap">True</property>
+ <property name="wrap_mode">char</property>
</object>
<packing>
<property name="expand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]