1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-21 17:28:00 +02:00

s/Seperator/Separator

This commit is contained in:
Joseph Battelle 2021-01-30 00:35:52 -08:00
parent a69dff59ce
commit cf863ff2e7
2 changed files with 2 additions and 2 deletions

View file

@ -993,7 +993,7 @@ namespace Beefy.theme.dark
if (columnIdx != 0)
{
g.Draw(DarkTheme.sDarkTheme.GetImage(DarkTheme.ImageIdx.Seperator), GS!(-2), mHeaderLabelYOfs);
g.Draw(DarkTheme.sDarkTheme.GetImage(DarkTheme.ImageIdx.Separator), GS!(-2), mHeaderLabelYOfs);
}
if ((mShowColumnGrid) && (columnIdx < mColumns.Count - 1))

View file

@ -21,7 +21,7 @@ namespace Beefy.theme.dark
BtnUp,
BtnOver,
BtnDown,
Seperator,
Separator,
TabActive,
TabActiveOver,
TabInactive,