[latexila/gnome-3] Symbols: expand horizontally the combo box



commit d740d6fdab03856afc1429167e07d399188de193
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Fri Mar 30 00:32:02 2012 +0200

    Symbols: expand horizontally the combo box

 src/symbols.vala |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/symbols.vala b/src/symbols.vala
index d9c79ae..5848d30 100644
--- a/src/symbols.vala
+++ b/src/symbols.vala
@@ -1,7 +1,7 @@
 /*
  * This file is part of LaTeXila.
  *
- * Copyright  2010-2011 SÃbastien Wilmet
+ * Copyright  2010-2012 SÃbastien Wilmet
  *
  * LaTeXila is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -788,6 +788,7 @@ public class Symbols : Grid
         ComboBox combo_box = new ComboBox.with_model (categories_store);
         combo_box.set_margin_left (3);
         combo_box.set_margin_right (3);
+        combo_box.hexpand = true;
 
         CellRendererPixbuf pixbuf_renderer = new CellRendererPixbuf ();
         combo_box.pack_start (pixbuf_renderer, false);



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