mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-06 17:58:05 +02:00
Add button to jump to live chat when scrolled up (#5750)
* Add button to jump to live chat when scrolled up * Expose scroll button class name as a public constant * Add localisation string to engine * Make enabling the OutputPanel scroll button opt-in * Enable scroll button for the debug console * De-duplicate visibility logic * Update scroll button visibility when the enabling property is changed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<Control xmlns="https://spacestation14.io"
|
||||
xmlns:gfx="clr-namespace:Robust.Client.Graphics">
|
||||
<BoxContainer Orientation="Vertical">
|
||||
<OutputPanel Name="Output" VerticalExpand="True" StyleClasses="monospace">
|
||||
<OutputPanel Name="Output" VerticalExpand="True" StyleClasses="monospace" ShowScrollDownButton="True">
|
||||
<OutputPanel.StyleBoxOverride>
|
||||
<gfx:StyleBoxFlat BackgroundColor="#25252add"
|
||||
ContentMarginLeftOverride="3" ContentMarginRightOverride="3"
|
||||
|
||||
Reference in New Issue
Block a user