forked from mirrors/NBTExplorer
Icons in tree view partially working
This commit is contained in:
parent
e8d60d96f4
commit
436ac5e97f
2 changed files with 24 additions and 0 deletions
12
NBTExplorerMac/Mac/IconRegistry.cs
Normal file
12
NBTExplorerMac/Mac/IconRegistry.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace NBTExplorer.Mac
|
||||
{
|
||||
public class IconRegistry
|
||||
{
|
||||
public IconRegistry ()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
12
NBTExplorerMac/Mac/ImageAndTextCell.cs
Normal file
12
NBTExplorerMac/Mac/ImageAndTextCell.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
using System;
|
||||
|
||||
namespace NBTExplorer.Mac
|
||||
{
|
||||
public class ImageAndTextCell
|
||||
{
|
||||
public ImageAndTextCell ()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue