mirror of
https://github.com/codewriter-packages/Tri-Inspector.git
synced 2025-01-22 00:08:51 -05:00
10 lines
149 B
C#
10 lines
149 B
C#
namespace TriInspector
|
|
{
|
|
public enum ButtonSizes
|
|
{
|
|
Small = 0,
|
|
Medium = 22,
|
|
Large = 32,
|
|
Gigantic = 62,
|
|
}
|
|
} |