[glide] Some visual tweaks to animation inspector
- From: Robert Carr <racarr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glide] Some visual tweaks to animation inspector
- Date: Sun, 2 May 2010 08:12:21 +0000 (UTC)
commit e9ca50ba6988da03098fc1fbbd412615c9b78040
Author: Robert Carr <racarr Valentine localdomain>
Date: Sun May 2 03:25:06 2010 -0400
Some visual tweaks to animation inspector
src/glide-inspector-animation.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/glide-inspector-animation.c b/src/glide-inspector-animation.c
index 06ec67e..819adb4 100644
--- a/src/glide-inspector-animation.c
+++ b/src/glide-inspector-animation.c
@@ -313,7 +313,7 @@ glide_inspector_animation_make_duration (GlideInspectorAnimation *ins)
{
GtkWidget *ret = gtk_hbox_new (FALSE, 10);
GtkWidget *duration_label = gtk_label_new (NULL);
- GtkWidget *al = gtk_alignment_new (1, 0, 1.0, 1);
+ GtkWidget *al = gtk_alignment_new (1, 0, 0.4, 1);
ins->priv->duration_spin = gtk_spin_button_new_with_range (0, 10, 0.1);
gtk_spin_button_set_value (GTK_SPIN_BUTTON (ins->priv->duration_spin), 1.0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]