mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-20 10:53:19 +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 StringBuilder size_builder;
|
||||||
private static Font pixelSizeFont;
|
private static Font pixelSizeFont;
|
||||||
|
|
||||||
private static readonly Font messageBoxFont = SystemFonts.MessageBoxFont;
|
private static readonly Font messageBoxFont = SystemFonts.MessageBoxFont;
|
||||||
private static readonly int messageBoxFontHeight = messageBoxFont.Height;
|
private static readonly int messageBoxFontHeight = messageBoxFont.Height;
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region ================== Properties
|
#region ================== Properties
|
||||||
|
|
||||||
public ImageData Icon { get { return icon; } }
|
public ImageData Icon { get { return icon; } }
|
||||||
public ImageBrowserItemType ItemType { get { return itemtype; } }
|
public ImageBrowserItemType ItemType { get { return itemtype; } }
|
||||||
public virtual bool IsPreviewLoaded { get { return icon.IsPreviewLoaded; } }
|
public virtual bool IsPreviewLoaded { get { return icon.IsPreviewLoaded; } }
|
||||||
public bool ShowFullName { set { showfullname = value; } get { return showfullname && (!(icon is PK3FileImage) || !((PK3FileImage)icon).IsBadForLongTextureNames); } }
|
public bool ShowFullName { set { showfullname = value; } get { return showfullname && (!(icon is PK3FileImage) || !((PK3FileImage)icon).IsBadForLongTextureNames); } }
|
||||||
|
|
Loading…
Reference in a new issue