[latexila] Make the status bar smaller



commit ce9dcc509163cab398ceaa29b0d2095d91942e9c
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Aug 19 20:55:47 2014 +0200

    Make the status bar smaller
    
    Maybe something changed again in GTK+. With GTK+ 3.13.7 the status bar
    was a little too big in my opinion. Now it should be fixed (again).

 src/custom_statusbar.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/custom_statusbar.vala b/src/custom_statusbar.vala
index 3159450..4ed2c39 100644
--- a/src/custom_statusbar.vala
+++ b/src/custom_statusbar.vala
@@ -30,8 +30,8 @@ public class CustomStatusbar : Statusbar
         cursor_position.margin = 0;
         pack_end (cursor_position, false, true, 0);
 
-        margin_top = 2;
-        margin_bottom = 2;
+        margin_top = 0;
+        margin_bottom = 0;
     }
 
     public void set_cursor_position (int line, int col)


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