Fix PDA capitalization to be PascalCase (#17335)
This commit is contained in:
11
Content.Client/PDA/PdaSettingsButton.xaml
Normal file
11
Content.Client/PDA/PdaSettingsButton.xaml
Normal file
@@ -0,0 +1,11 @@
|
||||
<pda:PdaSettingsButton xmlns="https://spacestation14.io"
|
||||
xmlns:pda="clr-namespace:Content.Client.PDA"
|
||||
HorizontalExpand="True"
|
||||
MinHeight="48"
|
||||
Margin="5 4 6 0">
|
||||
<PanelContainer Name="Panel"/>
|
||||
<BoxContainer Orientation="Vertical" HorizontalExpand="True" VerticalExpand="True" Margin="8 4 0 4">
|
||||
<Label Name="OptionName"/>
|
||||
<Label Name="OptionDescription"/>
|
||||
</BoxContainer>
|
||||
</pda:PdaSettingsButton>
|
||||
Reference in New Issue
Block a user