Changeset 13929
- Timestamp:
- Feb 1, 2013, 10:08:09 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/file-tree.cc
r13898 r13929 851 851 installEventFilter (this); 852 852 853 for (int i=0; i<FIRST_VISIBLE_COLUMN; ++i) 854 hideColumn (i); 855 for (int i=LAST_VISIBLE_COLUMN+1; i<NUM_COLUMNS; ++i) 856 hideColumn (i); 857 853 858 for (int i=FIRST_VISIBLE_COLUMN; i<=LAST_VISIBLE_COLUMN; ++i) 854 859 header()->setResizeMode(i, QHeaderView::Interactive);
Note: See TracChangeset
for help on using the changeset viewer.