mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-08 17:59:50 +00:00
Activated the ability to sort by 'marked' status under Cocoa.
This commit is contained in:
parent
6ee56dc55c
commit
97f447fc27
@ -35,7 +35,7 @@ http://www.hardcoded.net/licenses/bsd_license
|
|||||||
- (void)initResultColumns
|
- (void)initResultColumns
|
||||||
{
|
{
|
||||||
HSColumnDef defs[] = {
|
HSColumnDef defs[] = {
|
||||||
{@"marked", 26, 26, 26, NO, [NSButtonCell class]},
|
{@"marked", 26, 26, 26, YES, [NSButtonCell class]},
|
||||||
{@"name", 235, 16, 0, YES, nil},
|
{@"name", 235, 16, 0, YES, nil},
|
||||||
{@"folder_path", 120, 16, 0, YES, nil},
|
{@"folder_path", 120, 16, 0, YES, nil},
|
||||||
{@"size", 63, 16, 0, YES, nil},
|
{@"size", 63, 16, 0, YES, nil},
|
||||||
|
@ -17,7 +17,7 @@ http://www.hardcoded.net/licenses/bsd_license
|
|||||||
- (void)initResultColumns
|
- (void)initResultColumns
|
||||||
{
|
{
|
||||||
HSColumnDef defs[] = {
|
HSColumnDef defs[] = {
|
||||||
{@"marked", 26, 26, 26, NO, [NSButtonCell class]},
|
{@"marked", 26, 26, 26, YES, [NSButtonCell class]},
|
||||||
{@"name", 162, 16, 0, YES, nil},
|
{@"name", 162, 16, 0, YES, nil},
|
||||||
{@"folder_path", 142, 16, 0, YES, nil},
|
{@"folder_path", 142, 16, 0, YES, nil},
|
||||||
{@"size", 63, 16, 0, YES, nil},
|
{@"size", 63, 16, 0, YES, nil},
|
||||||
|
@ -16,7 +16,7 @@ http://www.hardcoded.net/licenses/bsd_license
|
|||||||
- (void)initResultColumns
|
- (void)initResultColumns
|
||||||
{
|
{
|
||||||
HSColumnDef defs[] = {
|
HSColumnDef defs[] = {
|
||||||
{@"marked", 26, 26, 26, NO, [NSButtonCell class]},
|
{@"marked", 26, 26, 26, YES, [NSButtonCell class]},
|
||||||
{@"name", 195, 16, 0, YES, nil},
|
{@"name", 195, 16, 0, YES, nil},
|
||||||
{@"folder_path", 183, 16, 0, YES, nil},
|
{@"folder_path", 183, 16, 0, YES, nil},
|
||||||
{@"size", 63, 16, 0, YES, nil},
|
{@"size", 63, 16, 0, YES, nil},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user