BandMenu.xaml 696 B

123456789
  1. <DefaultWindow Title="{Loc 'instruments-component-band-menu'}" MinSize="250 350" xmlns="https://spacestation14.io"
  2. xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client">
  3. <BoxContainer Orientation="Vertical" Align="Center" HorizontalExpand="true" VerticalExpand="true">
  4. <ItemList Name="BandList" SelectMode="Button" Margin="3 3 3 3"
  5. HorizontalExpand="true" VerticalExpand="true" SizeFlagsStretchRatio="8"/>
  6. <Button Name="RefreshButton" Text="{Loc 'instrument-component-band-refresh'}" TextAlign="Center"
  7. HorizontalExpand="true" Margin="5 5 5 5" SizeFlagsStretchRatio="1"/>
  8. </BoxContainer>
  9. </DefaultWindow>