[latexila] Build Tools menu: show icons



commit 09c16400e32d8fd5c5981d04dca0ac917dbcdf69
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sat Dec 27 14:42:06 2014 +0100

    Build Tools menu: show icons

 src/main_window_build_tools.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/main_window_build_tools.vala b/src/main_window_build_tools.vala
index aa1131f..bbd6d13 100644
--- a/src/main_window_build_tools.vala
+++ b/src/main_window_build_tools.vala
@@ -314,6 +314,7 @@ public class MainWindowBuildTools
         Gtk.Action action = new Gtk.Action (action_name, build_tool.label,
             build_tool.get_description (), null);
         action.icon_name = build_tool.icon;
+        action.set_always_show_image (true);
 
         // F2 -> F11
         // (F1 = help, F12 = show/hide side panel)


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