Minor fixes

CQTexperiment
sryegkahl 2006-06-08 18:06:29 +00:00
parent 3edf4db24e
commit a1be08c901
4 changed files with 6 additions and 5 deletions

View File

@ -100,10 +100,10 @@
}, },
{CLASS = PlaylistEntry; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, {CLASS = PlaylistEntry; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
{ {
ACTIONS = {shufflePlaylist = id; sortByPath = id; };
CLASS = PlaylistView; CLASS = PlaylistView;
LANGUAGE = ObjC; LANGUAGE = ObjC;
OUTLETS = { OUTLETS = {
appController = AppController;
playbackController = PlaybackController; playbackController = PlaybackController;
playlistController = PlaylistController; playlistController = PlaylistController;
}; };

View File

@ -7,7 +7,7 @@
<key>IBEditorPositions</key> <key>IBEditorPositions</key>
<dict> <dict>
<key>29</key> <key>29</key>
<string>195 378 394 44 0 0 1280 1002 </string> <string>195 378 514 44 0 0 1280 1002 </string>
<key>463</key> <key>463</key>
<string>486 586 308 187 0 0 1280 1002 </string> <string>486 586 308 187 0 0 1280 1002 </string>
<key>513</key> <key>513</key>
@ -16,15 +16,15 @@
<string>465 451 189 49 0 0 1280 1002 </string> <string>465 451 189 49 0 0 1280 1002 </string>
</dict> </dict>
<key>IBFramework Version</key> <key>IBFramework Version</key>
<string>443.0</string> <string>446.1</string>
<key>IBLockedObjects</key> <key>IBLockedObjects</key>
<array> <array>
<integer>484</integer> <integer>484</integer>
</array> </array>
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>29</integer>
<integer>21</integer> <integer>21</integer>
<integer>760</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
<string>8I127</string> <string>8I127</string>

Binary file not shown.

View File

@ -35,7 +35,8 @@
[customTableHeaderView setFrame:[currentTableHeaderView frame]]; [customTableHeaderView setFrame:[currentTableHeaderView frame]];
[customTableHeaderView setBounds:[currentTableHeaderView bounds]]; [customTableHeaderView setBounds:[currentTableHeaderView bounds]];
// [self setColumnAutoresizingStyle:NSTableViewNoColumnAutoresizing]; // has to be disabled for optimal resizing to work properly...
[self setColumnAutoresizingStyle:NSTableViewNoColumnAutoresizing];
[self setHeaderView:customTableHeaderView]; [self setHeaderView:customTableHeaderView];