[Xfce4-commits] [panel-plugins/xfce4-calculator-plugin] 03/03: Fix combobox height
noreply at xfce.org
noreply at xfce.org
Wed Jan 9 23:48:37 CET 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-calculator-plugin.
commit 3629e6df376767ff0de0bc9e881d0ac4150eb330
Author: Andre Miranda <andreldm at xfce.org>
Date: Tue Jan 8 23:24:46 2019 -0300
Fix combobox height
---
panel-plugin/calculator.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/panel-plugin/calculator.c b/panel-plugin/calculator.c
index 4743e00..8034b68 100644
--- a/panel-plugin/calculator.c
+++ b/panel-plugin/calculator.c
@@ -234,6 +234,7 @@ static CalcPlugin *calc_new(XfcePanelPlugin *plugin)
G_CALLBACK(entry_enter_cb), (gpointer) calc);
g_signal_connect(G_OBJECT(entry), "button-press-event",
G_CALLBACK(entry_buttonpress_cb), (gpointer) calc);
+ gtk_widget_set_valign(combo, GTK_ALIGN_CENTER);
gtk_widget_show(combo);
gtk_box_pack_start(GTK_BOX(calc->box), combo, FALSE, FALSE, 0);
calc->combo = combo;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list