Fix reset all keybinds button alignment.

This commit is contained in:
Pieter-Jan Briers
2021-03-03 23:10:41 +01:00
parent 9f6e13b0f0
commit 0db42c8018

View File

@@ -1,4 +1,4 @@
#nullable enable
#nullable enable
using System;
using System.Collections.Generic;
using Content.Client.UserInterface.Stylesheets;
@@ -71,6 +71,7 @@ namespace Content.Client.UserInterface
{
Text = Loc.GetString("ui-options-binds-reset-all"),
StyleClasses = {StyleBase.ButtonCaution},
HorizontalExpand = true,
HorizontalAlignment = HAlignment.Right
})
}