fix: Pristine profit tracker width

This commit is contained in:
Linnea Gräf
2024-11-18 15:35:18 +01:00
parent a817436147
commit fba91100cb
3 changed files with 12 additions and 7 deletions

View File

@@ -2,12 +2,13 @@
<Root xmlns="http://notenoughupdates.org/moulconfig" xmlns:firm="http://firmament.nea.moe/moulconfig">
<Column>
<Row>
<firm:Bar progress="@moneyCurrent" total="@moneyMax" fillColor="#bbbb00" emptyColor="#909000"/>
<Text text="@moneyText"/>
<!-- <firm:Bar progress="@moneyCurrent" total="@moneyMax" fillColor="#bbbb00" emptyColor="#909000"/>-->
<Text text="@moneyText" width="300"/>
</Row>
<Row>
<firm:Bar progress="@collectionCurrent" total="@collectionMax" fillColor="#33ff33" emptyColor="#00a000"/>
<Text text="@collectionText"/>
<!-- <firm:Bar progress="@collectionCurrent" total="@collectionMax" fillColor="#33ff33" emptyColor="#00a000"/>-->
<!-- TODO: add dynamically sized texts -->
<Text text="@collectionText" width="300"/>
</Row>
</Column>
</Root>