Ignore:
Timestamp:
12/15/07 21:20:19 (16 years ago)
Author:
radscorpion
Message:

Redesigned property page. Fixed loop-seeking. Added version info for Splitter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dsfilters/demux_mpc/src/mpc_prop.cpp

    r366 r375  
    8181        col.mask = LVCF_WIDTH | LVCF_TEXT | LVCF_SUBITEM;
    8282
    83         col.pszText = _T("Name");       col.cx = 150;   col.iSubItem = 0;
     83        col.pszText = _T("Name");       col.cx = 105;   col.iSubItem = 0;
    8484        ListView_InsertColumn(ITEM(IDC_LIST_CONTENT), 0, &col);
    8585
    86         col.pszText = _T("Value");      col.cx = 200;   col.iSubItem = 1;
     86        col.pszText = _T("Value");      col.cx = 100;   col.iSubItem = 1;
    8787        ListView_InsertColumn(ITEM(IDC_LIST_CONTENT), 1, &col);
    8888
Note: See TracChangeset for help on using the changeset viewer.