From 0db42c801896f6e17ab47bcd86c1d8d253fd9e24 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Wed, 3 Mar 2021 23:10:41 +0100 Subject: [PATCH] Fix reset all keybinds button alignment. --- Content.Client/UserInterface/OptionsMenu.KeyRebind.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Content.Client/UserInterface/OptionsMenu.KeyRebind.cs b/Content.Client/UserInterface/OptionsMenu.KeyRebind.cs index a44a877618..73265a7b2a 100644 --- a/Content.Client/UserInterface/OptionsMenu.KeyRebind.cs +++ b/Content.Client/UserInterface/OptionsMenu.KeyRebind.cs @@ -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 }) }