PdaSettingsButton.xaml 496 B

1234567891011
  1. <pda:PdaSettingsButton xmlns="https://spacestation14.io"
  2. xmlns:pda="clr-namespace:Content.Client.PDA"
  3. HorizontalExpand="True"
  4. MinHeight="48"
  5. Margin="5 4 6 0">
  6. <PanelContainer Name="Panel"/>
  7. <BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalExpand="True" Margin="8 4 0 4">
  8. <Label Name="OptionName"/>
  9. <Label Name="OptionDescription"/>
  10. </BoxContainer>
  11. </pda:PdaSettingsButton>