[latexila: 8/8] TabInfoBar: remove row spacing



commit 9a282f3e6b33a0c054b12ffc8b9cdc3be0cdbc3b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Oct 22 10:46:17 2016 +0200

    TabInfoBar: remove row spacing
    
    It looks good without it.

 src/tab_info_bar.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/tab_info_bar.vala b/src/tab_info_bar.vala
index a7efea3..1794597 100644
--- a/src/tab_info_bar.vala
+++ b/src/tab_info_bar.vala
@@ -27,7 +27,6 @@ public class TabInfoBar : Gtef.InfoBar
 
         Grid grid = new Grid ();
         grid.orientation = Orientation.VERTICAL;
-        grid.set_row_spacing (10);
 
         Label primary_label = Gtef.InfoBar.create_label ();
         primary_label.set_markup ("<b>" + primary_msg + "</b>");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]