[Xfce4-commits] [apps/parole] 01/01: Set timeout for slide animation of playcontrols to 250msec
noreply at xfce.org
noreply at xfce.org
Sun Jun 29 00:33:11 CEST 2014
This is an automated email from the git hooks/post-receive script.
ochosi pushed a commit to branch master
in repository apps/parole.
commit 0f35217841fb49b4d554566b8e7ae689e2c31560
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Sun Jun 29 00:33:06 2014 +0200
Set timeout for slide animation of playcontrols to 250msec
---
src/parole-player.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/parole-player.c b/src/parole-player.c
index d0c5f9b..5576e3e 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -3417,7 +3417,7 @@ parole_player_init (ParolePlayer *player)
player->priv->revealer = gtk_revealer_new ();
gtk_widget_set_vexpand(GTK_WIDGET(player->priv->revealer), FALSE);
gtk_widget_set_hexpand(GTK_WIDGET(player->priv->revealer), FALSE);
- gtk_revealer_set_transition_duration (GTK_REVEALER(player->priv->revealer), 1000);
+ gtk_revealer_set_transition_duration (GTK_REVEALER(player->priv->revealer), 250);
gtk_revealer_set_transition_type (GTK_REVEALER(player->priv->revealer), GTK_REVEALER_TRANSITION_TYPE_SLIDE_UP);
gtk_revealer_set_reveal_child(GTK_REVEALER(player->priv->revealer), TRUE);
gtk_widget_set_valign(player->priv->revealer, GTK_ALIGN_END);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list