mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-13 12:14:17 +01:00
Add option to scale the mod selector with window growth.
This commit is contained in:
parent
66427d32f5
commit
c7d22935ef
4 changed files with 47 additions and 22 deletions
|
|
@ -11,8 +11,8 @@ namespace Penumbra.UI
|
|||
{
|
||||
private const string PenumbraSettingsLabel = "PenumbraSettings";
|
||||
|
||||
private static readonly Vector2 MinSettingsSize = new( 800, 450 );
|
||||
private static readonly Vector2 MaxSettingsSize = new( 69420, 42069 );
|
||||
public static readonly Vector2 MinSettingsSize = new( 800, 450 );
|
||||
public static readonly Vector2 MaxSettingsSize = new( 69420, 42069 );
|
||||
|
||||
private readonly SettingsInterface _base;
|
||||
private readonly TabSettings _settingsTab;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue