mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Move help button in mod selector to center.
This commit is contained in:
parent
2500512a6a
commit
e5c4ddf45d
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ public sealed partial class ModFileSystemSelector : FileSystemSelector< Mod, Mod
|
|||
SubscribeRightClickFolder( OwnDescendants, 15 );
|
||||
AddButton( AddNewModButton, 0 );
|
||||
AddButton( AddImportModButton, 1 );
|
||||
AddButton( AddHelpButton, 800 );
|
||||
AddButton( AddHelpButton, 2 );
|
||||
AddButton( DeleteModButton, 1000 );
|
||||
SetFilterTooltip();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue