Skip to content

Commit ed3f84d

Browse files
author
LoneWandererProductions
committed
2 parents 7e8c6fd + 016fe61 commit ed3f84d

2 files changed

Lines changed: 199 additions & 220 deletions

File tree

CommonControls/ComCtlResources.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,9 @@ internal static class ComCtlResources
125125
/// Separator (const). Value: " , ".
126126
/// </summary>
127127
internal const string Separator = " , ";
128+
129+
/// <summary>
130+
/// The CheckBox dimension (const). Value: " 23".
131+
/// </summary>
132+
internal const int CheckBoxDimension = 23;
128133
}

0 commit comments

Comments
 (0)