From 75c8be6b669c4c34fa52520d868f9474752d97f0 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 15 Jul 2013 09:33:44 -0400 Subject: [PATCH] Make info bar action area horizontal A vertical action area causes the info bar to be imposingly large. This defeats the whole point of the info bar which is to be unobtrusive. Not to mention it is impossible to make it look and feel good. --- gtk/gtkinfobar.c | 4 ++-- gtk/gtkinfobar.ui | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/gtkinfobar.c b/gtk/gtkinfobar.c index 837caa542e..6df496d01c 100644 --- a/gtk/gtkinfobar.c +++ b/gtk/gtkinfobar.c @@ -56,8 +56,8 @@ * #GtkInfoBar is a widget that can be used to show messages to * the user without showing a dialog. It is often temporarily shown * at the top or bottom of a document. In contrast to #GtkDialog, which - * has a horizontal action area at the bottom, #GtkInfoBar has a - * vertical action area at the side. + * has a action area at the bottom, #GtkInfoBar has an action area + * at the side. * * The API of #GtkInfoBar is very similar to #GtkDialog, allowing you * to add buttons to the action area with gtk_info_bar_add_button() or diff --git a/gtk/gtkinfobar.ui b/gtk/gtkinfobar.ui index f8a6799b91..f3b43fc296 100644 --- a/gtk/gtkinfobar.ui +++ b/gtk/gtkinfobar.ui @@ -25,7 +25,7 @@ True False 5 - vertical + horizontal 6 end