[goobox] no need to link together extract and 'other actions'
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goobox] no need to link together extract and 'other actions'
- Date: Wed, 5 Dec 2012 16:23:03 +0000 (UTC)
commit 8378b48cd85242ab6901ff6aaf2d06751d091199
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Dec 5 17:20:28 2012 +0100
no need to link together extract and 'other actions'
src/goo-player-bar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/goo-player-bar.c b/src/goo-player-bar.c
index 75b036f..bc1ebe6 100644
--- a/src/goo-player-bar.c
+++ b/src/goo-player-bar.c
@@ -324,7 +324,7 @@ goo_player_bar_construct (GooPlayerBar *self,
/* Other actions */
button_box = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
- gtk_style_context_add_class (gtk_widget_get_style_context (button_box), GTK_STYLE_CLASS_LINKED);
+ gtk_box_set_spacing (GTK_BOX (button_box), 6);
gtk_box_pack_end (GTK_BOX (main_box), button_box, FALSE, FALSE, 0);
button = _gtk_button_new_from_icon_name (GOO_STOCK_EXTRACT, GTK_ICON_SIZE_SMALL_TOOLBAR);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]