[gimp/wip/animation: 90/197] plug-ins: minor improvements on storyboard GUI.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/animation: 90/197] plug-ins: minor improvements on storyboard GUI.
- Date: Sat, 7 Oct 2017 03:05:58 +0000 (UTC)
commit 07462546e3062644b4f2cecec87380bd0caff6ea
Author: Jehan <jehan girinstud io>
Date: Sun Nov 13 21:25:28 2016 +0100
plug-ins: minor improvements on storyboard GUI.
.../animation-play/widgets/animation-storyboard.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plug-ins/animation-play/widgets/animation-storyboard.c
b/plug-ins/animation-play/widgets/animation-storyboard.c
index 7a0acf6..d752b49 100644
--- a/plug-ins/animation-play/widgets/animation-storyboard.c
+++ b/plug-ins/animation-play/widgets/animation-storyboard.c
@@ -292,7 +292,7 @@ animation_storyboard_load (Animation *animation,
5 * panel_num,
5 * (panel_num + 1),
GTK_EXPAND | GTK_FILL,
- GTK_EXPAND | GTK_FILL,
+ GTK_FILL,
1, 1);
g_object_set_data (G_OBJECT (panel_button), "panel-num",
GINT_TO_POINTER (panel_num));
@@ -310,7 +310,7 @@ animation_storyboard_load (Animation *animation,
5 * panel_num,
5 * (panel_num + 1),
GTK_EXPAND | GTK_FILL,
- GTK_EXPAND | GTK_FILL,
+ GTK_SHRINK,
1, 1);
gtk_widget_show (event_box);
@@ -335,7 +335,7 @@ animation_storyboard_load (Animation *animation,
5 * panel_num,
5 * (panel_num + 1),
GTK_EXPAND | GTK_FILL,
- GTK_EXPAND | GTK_FILL,
+ GTK_FILL,
0, 1);
view->priv->comments = g_list_prepend (view->priv->comments,
comment);
@@ -382,8 +382,8 @@ animation_storyboard_load (Animation *animation,
gtk_table_attach (GTK_TABLE (view),
duration, 5, 6,
- 5 * panel_num,
5 * panel_num + 1,
+ 5 * panel_num + 2,
0, /* Do not expand nor fill, nor shrink. */
0, /* Do not expand nor fill, nor shrink. */
0, 1);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]