[tepl] Statusbar: set margin top/bottom to 0
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tepl] Statusbar: set margin top/bottom to 0
- Date: Sun, 19 Apr 2020 23:22:55 +0000 (UTC)
commit 8f72a150de67820a8cdc39ac695a24ae54946f97
Author: Sébastien Wilmet <swilmet gnome org>
Date: Mon Apr 20 01:15:51 2020 +0200
Statusbar: set margin top/bottom to 0
Yes, it's still needed.
tepl/tepl-statusbar.c | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/tepl/tepl-statusbar.c b/tepl/tepl-statusbar.c
index a5f809a..05fb2ba 100644
--- a/tepl/tepl-statusbar.c
+++ b/tepl/tepl-statusbar.c
@@ -44,11 +44,8 @@ tepl_statusbar_init (TeplStatusbar *statusbar)
{
statusbar->priv = tepl_statusbar_get_instance_private (statusbar);
- /* FIXME: still needed? */
- /*
gtk_widget_set_margin_top (GTK_WIDGET (statusbar), 0);
gtk_widget_set_margin_bottom (GTK_WIDGET (statusbar), 0);
- */
statusbar->priv->label = GTK_LABEL (gtk_label_new (NULL));
gtk_widget_set_no_show_all (GTK_WIDGET (statusbar->priv->label), TRUE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]