lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5336] Revert row-height change of 20110807T2144Z (VS)


From: Greg Chicares
Subject: [lmi-commits] [5336] Revert row-height change of 20110807T2144Z (VS)
Date: Wed, 14 Dec 2011 00:38:52 +0000

Revision: 5336
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5336
Author:   chicares
Date:     2011-12-14 00:38:52 +0000 (Wed, 14 Dec 2011)
Log Message:
-----------
Revert row-height change of 20110807T2144Z (VS)

Modified Paths:
--------------
    lmi/trunk/census_view.cpp

Modified: lmi/trunk/census_view.cpp
===================================================================
--- lmi/trunk/census_view.cpp   2011-12-14 00:31:42 UTC (rev 5335)
+++ lmi/trunk/census_view.cpp   2011-12-14 00:38:52 UTC (rev 5336)
@@ -948,11 +948,6 @@
         ,wxDV_ROW_LINES | wxDV_MULTIPLE
         );
 
-    // Use same row height as used by wxListCtrl without icons. By default,
-    // wxDataViewCtrl uses slightly larger spacing, but we prefer to fit more
-    // on the screen over slightly improved readability.
-    list_window_->SetRowHeight(list_window_->GetCharHeight() + 1);
-
     list_window_->AssociateModel(list_model_.get());
 
     // Show headers.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]