mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-09-01 17:47:24 +02:00
* Debug window collection popup * Try fixing? * DevUI shows children and string collections * XAMLify the popup * Rename popup * Deduplicate code * Simplify popup creation * MouseFilter.Ignore is default so it can be removed
12 lines
504 B
XML
12 lines
504 B
XML
<DevWindowTabUIPopup xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
x:Class="Robust.Client.UserInterface.DevWindowTabUIPopup"
|
|
xmlns:gfx="clr-namespace:Robust.Client.Graphics">
|
|
<PanelContainer>
|
|
<PanelContainer.PanelOverride>
|
|
<gfx:StyleBoxFlat BackgroundColor="#40404C" />
|
|
</PanelContainer.PanelOverride>
|
|
</PanelContainer>
|
|
<Label Name="TextLabel" />
|
|
</DevWindowTabUIPopup>
|