diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-02-01 23:37:53 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-02-01 23:37:53 +0000 |
commit | b4a0a11b7a407db5e1244fadd6539e34b61d49a8 (patch) | |
tree | 560d144ec1961f53c21b2f65513e12f782654af0 | |
parent | cfb31c4e760dc13ef4ee8662f59c3ba9c349f6c8 (diff) | |
download | gnunet-gtk-b4a0a11b7a407db5e1244fadd6539e34b61d49a8.tar.gz gnunet-gtk-b4a0a11b7a407db5e1244fadd6539e34b61d49a8.zip |
-try to show progress text also on gtk 3.0
-rw-r--r-- | contrib/gnunet_fs_gtk_progress_dialog.glade | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gnunet_fs_gtk_progress_dialog.glade b/contrib/gnunet_fs_gtk_progress_dialog.glade index f05405fa..c008d3e2 100644 --- a/contrib/gnunet_fs_gtk_progress_dialog.glade +++ b/contrib/gnunet_fs_gtk_progress_dialog.glade | |||
@@ -62,7 +62,8 @@ | |||
62 | <object class="GtkProgressBar" id="GNUNET_FS_GTK_progress_dialog_progressbar"> | 62 | <object class="GtkProgressBar" id="GNUNET_FS_GTK_progress_dialog_progressbar"> |
63 | <property name="visible">True</property> | 63 | <property name="visible">True</property> |
64 | <property name="activity_mode">True</property> | 64 | <property name="activity_mode">True</property> |
65 | <property name="pulse_step">0.050000002607703209</property> | 65 | <property name="show_text">True</property> |
66 | <property name="pulse_step">0.05</property> | ||
66 | <property name="text" translatable="yes">Preprocessing...</property> | 67 | <property name="text" translatable="yes">Preprocessing...</property> |
67 | <property name="adjustment">GNUNET_FS_GTK_progress_bar_adjustment</property> | 68 | <property name="adjustment">GNUNET_FS_GTK_progress_bar_adjustment</property> |
68 | <property name="discrete_blocks">5</property> | 69 | <property name="discrete_blocks">5</property> |