Skip to content

Commit 016fe61

Browse files
author
LoneWandererProductions
committed
improve my thumbnail
1 parent 38a32fd commit 016fe61

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)