Commit 7af65b11 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

MacOSX/VLC_app/VLCMainWindow.m: Set noAutoresizeColumn and MarkerFollowCell...

MacOSX/VLC_app/VLCMainWindow.m: Set noAutoresizeColumn and MarkerFollowCell for the categories List.
parent c751d4fb
......@@ -140,6 +140,8 @@
[tableColumn setDataCell:cell];
/* Other setup */
[categoriesListView setIndentationMarkerFollowsCell:YES];
[categoriesListView setAutoresizesOutlineColumn:NO];
[categoriesListView setSelectionHighlightStyle:NSTableViewSelectionHighlightStyleSourceList];
[categoriesListView setDelegate:self];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment