mirror of
https://github.com/4sval/FModel.git
synced 2026-04-26 08:13:27 -05:00
Merge pull request #119 from XTigerHyperX/master
smol description error fix
This commit is contained in:
commit
b6a628f3b0
|
|
@ -230,6 +230,8 @@ namespace FModel.Creator.Texts
|
|||
_BOTTOM_TEXT_SIZE = 15;
|
||||
string text = icon.Description;
|
||||
ETextSide side = ETextSide.Center;
|
||||
if (text != null)
|
||||
{
|
||||
switch ((EIconDesign)Properties.Settings.Default.AssetsIconDesign)
|
||||
{
|
||||
case EIconDesign.Mini:
|
||||
|
|
@ -245,6 +247,7 @@ namespace FModel.Creator.Texts
|
|||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
SKPaint descriptionPaint = new SKPaint
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user