[nemiver/profiler: 12/16] Add min width on the overhead column



commit 1eae0c1d4f42f6c9e96131b8a528af5008dfe791
Author: Fabien Parent <parent f gmail com>
Date:   Sun Jun 24 21:46:46 2012 +0200

    Add min width on the overhead column

 src/persp/profperspective/nmv-call-list.cc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/persp/profperspective/nmv-call-list.cc b/src/persp/profperspective/nmv-call-list.cc
index e92bdf7..ff6dc63 100644
--- a/src/persp/profperspective/nmv-call-list.cc
+++ b/src/persp/profperspective/nmv-call-list.cc
@@ -82,6 +82,7 @@ struct CallList::Priv {
 
         Gtk::TreeViewColumn *column = treeview.get_column (usage_col_id - 1);
         if (column) {
+            column->set_min_width (150);
             column->set_cell_data_func (*renderer, sigc::mem_fun
                 (*this, &CallList::Priv::overhead_cell_data_func));
             column->add_attribute



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