diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-09-15 17:40:38 +0100 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-09-15 17:40:38 +0100 |
commit | 7ea705e793423d293cca7b5d5e39697c245df7df (patch) | |
tree | 04622e513886aecd90516d09f340dc178c2eb217 | |
parent | 1d0f58a776b0b10dd4603d0e4b060352b9d8ba8c (diff) | |
download | ayatana-indicator-sound-7ea705e793423d293cca7b5d5e39697c245df7df.tar.gz ayatana-indicator-sound-7ea705e793423d293cca7b5d5e39697c245df7df.tar.bz2 ayatana-indicator-sound-7ea705e793423d293cca7b5d5e39697c245df7df.zip |
on menu close buttons are now reset
-rw-r--r-- | src/play-button.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/play-button.c b/src/play-button.c index d27ae61..2e85a6c 100644 --- a/src/play-button.c +++ b/src/play-button.c @@ -370,7 +370,7 @@ play_button_init (PlayButton *self) GINT_TO_POINTER(TRANSPORT_NEXT), next_list); - gtk_widget_set_size_request(GTK_WIDGET(self), 200, 50); + gtk_widget_set_size_request(GTK_WIDGET(self), 100, 50); } |