mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-26 13:51:40 +00:00
Fixed indentation in ImageBrowserItem
This commit is contained in:
parent
9693321590
commit
895053ec26
1 changed files with 3 additions and 3 deletions
|
@ -37,14 +37,14 @@ namespace CodeImp.DoomBuilder.Controls
|
|||
private static StringBuilder size_builder;
|
||||
private static Font pixelSizeFont;
|
||||
|
||||
private static readonly Font messageBoxFont = SystemFonts.MessageBoxFont;
|
||||
private static readonly int messageBoxFontHeight = messageBoxFont.Height;
|
||||
private static readonly Font messageBoxFont = SystemFonts.MessageBoxFont;
|
||||
private static readonly int messageBoxFontHeight = messageBoxFont.Height;
|
||||
|
||||
#endregion
|
||||
|
||||
#region ================== Properties
|
||||
|
||||
public ImageData Icon { get { return icon; } }
|
||||
public ImageData Icon { get { return icon; } }
|
||||
public ImageBrowserItemType ItemType { get { return itemtype; } }
|
||||
public virtual bool IsPreviewLoaded { get { return icon.IsPreviewLoaded; } }
|
||||
public bool ShowFullName { set { showfullname = value; } get { return showfullname && (!(icon is PK3FileImage) || !((PK3FileImage)icon).IsBadForLongTextureNames); } }
|
||||
|
|
Loading…
Reference in a new issue