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:
parent
a69dff59ce
commit
cf863ff2e7
2 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
|
@ -21,7 +21,7 @@ namespace Beefy.theme.dark
|
|||
BtnUp,
|
||||
BtnOver,
|
||||
BtnDown,
|
||||
Seperator,
|
||||
Separator,
|
||||
TabActive,
|
||||
TabActiveOver,
|
||||
TabInactive,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue