Fix reset all keybinds button alignment.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#nullable enable
|
#nullable enable
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using Content.Client.UserInterface.Stylesheets;
|
using Content.Client.UserInterface.Stylesheets;
|
||||||
@@ -71,6 +71,7 @@ namespace Content.Client.UserInterface
|
|||||||
{
|
{
|
||||||
Text = Loc.GetString("ui-options-binds-reset-all"),
|
Text = Loc.GetString("ui-options-binds-reset-all"),
|
||||||
StyleClasses = {StyleBase.ButtonCaution},
|
StyleClasses = {StyleBase.ButtonCaution},
|
||||||
|
HorizontalExpand = true,
|
||||||
HorizontalAlignment = HAlignment.Right
|
HorizontalAlignment = HAlignment.Right
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user