summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2020-09-19 15:10:56 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2020-09-21 22:02:13 +0100
commit65c120a58ed86e4274dc7709ab43a99e9b4360e1 (patch)
treed92663db4d32bbc088b17e1fc14a71c335624452
parent3648d0ebc9184698fdb0479711d507fae2565116 (diff)
downloadgnome-dictionary-65c120a58ed86e4274dc7709ab43a99e9b4360e1.tar.gz
Add inline-toolbar style class to the DB chooser
Otherwise it'll look weird.
-rw-r--r--libgdict/gdict-database-chooser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgdict/gdict-database-chooser.c b/libgdict/gdict-database-chooser.c
index 22f470e..36ab547 100644
--- a/libgdict/gdict-database-chooser.c
+++ b/libgdict/gdict-database-chooser.c
@@ -356,6 +356,7 @@ gdict_database_chooser_constructor (GType type,
gtk_widget_show (priv->treeview);
hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
+ gtk_style_context_add_class (gtk_widget_get_style_context (hbox), "inline-toolbar");
priv->buttons_box = hbox;
priv->refresh_button = gtk_button_new ();