mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 01:37:59 +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)
|
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))
|
if ((mShowColumnGrid) && (columnIdx < mColumns.Count - 1))
|
||||||
|
|
|
@ -21,7 +21,7 @@ namespace Beefy.theme.dark
|
||||||
BtnUp,
|
BtnUp,
|
||||||
BtnOver,
|
BtnOver,
|
||||||
BtnDown,
|
BtnDown,
|
||||||
Seperator,
|
Separator,
|
||||||
TabActive,
|
TabActive,
|
||||||
TabActiveOver,
|
TabActiveOver,
|
||||||
TabInactive,
|
TabInactive,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue