mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-25 06:01:49 +01:00
Add to IReadOnlyDtrBarEntry
This commit is contained in:
parent
3422751c19
commit
200dff65aa
1 changed files with 6 additions and 1 deletions
|
|
@ -40,6 +40,11 @@ public interface IReadOnlyDtrBarEntry
|
|||
/// </summary>
|
||||
public bool Shown { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating this entry's minimum width.
|
||||
/// </summary>
|
||||
public ushort MinimumWidth { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether the user has hidden this entry from view through the Dalamud settings.
|
||||
/// </summary>
|
||||
|
|
@ -133,7 +138,7 @@ internal sealed unsafe class DtrBarEntry : IDisposable, IDtrBarEntry
|
|||
/// <inheritdoc cref="IDtrBarEntry.Tooltip" />
|
||||
public SeString? Tooltip { get; set; }
|
||||
|
||||
/// <inheritdoc/>
|
||||
/// <inheritdoc cref="MinimumWidth" />
|
||||
public ushort MinimumWidth
|
||||
{
|
||||
get;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue