-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
333 additions
and
396 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
Content.Client/DeltaV/CartridgeLoader/Cartridges/PriceHistoryTable.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<cartridges:PriceHistoryTable | ||
xmlns="https://spacestation14.io" | ||
xmlns:cartridges="clr-namespace:Content.Client.DeltaV.CartridgeLoader.Cartridges" | ||
Orientation="Vertical" | ||
HorizontalExpand="True" | ||
Margin="0,5,0,0"> | ||
|
||
<!-- Header --> | ||
<BoxContainer Orientation="Horizontal" HorizontalExpand="True"> | ||
<Label Text="{Loc stock-trading-price-history}" | ||
HorizontalExpand="True" | ||
StyleClasses="LabelSubText" /> | ||
</BoxContainer> | ||
|
||
<!-- Price history panel --> | ||
<PanelContainer Name="HistoryPanel" | ||
HorizontalExpand="True" | ||
Margin="0,2,0,0"> | ||
<BoxContainer Orientation="Horizontal" | ||
HorizontalExpand="True" | ||
HorizontalAlignment="Center"> | ||
<GridContainer Name="PriceGrid" Columns="5" /> | ||
</BoxContainer> | ||
</PanelContainer> | ||
</cartridges:PriceHistoryTable> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.