Fix gas-analyzer-window-refresh-button
This commit is half an excuse to restart the servers via update because I just changed the config.
This commit is contained in:
@@ -101,7 +101,7 @@ namespace Content.Client.Atmos.UI
|
|||||||
MinSize = (20, 0),
|
MinSize = (20, 0),
|
||||||
HorizontalExpand = true,
|
HorizontalExpand = true,
|
||||||
},
|
},
|
||||||
(refreshButton = new Button {Text = "gas-analyzer-window-refresh-button"}), //TODO: refresh icon?
|
(refreshButton = new Button {Text = Loc.GetString("gas-analyzer-window-refresh-button")}), //TODO: refresh icon?
|
||||||
new Control
|
new Control
|
||||||
{
|
{
|
||||||
MinSize = (2, 0),
|
MinSize = (2, 0),
|
||||||
|
|||||||
Reference in New Issue
Block a user