Add a label to make lathe UI clearer (#12805)

Co-authored-by: Eoin Mcloughlin <helloworld@eoinrul.es>
This commit is contained in:
eoineoineoin
2022-12-03 01:13:09 +00:00
committed by GitHub
parent 64f57aceb2
commit af51e67e1c
2 changed files with 14 additions and 8 deletions

View File

@@ -65,12 +65,18 @@
VerticalExpand="True">
</BoxContainer>
</ScrollContainer>
<LineEdit
Name="AmountLineEdit"
PlaceHolder="{Loc 'lathe-menu-search-amount'}"
Text="1"
HorizontalExpand="True">
</LineEdit>
<BoxContainer
Orientation="Horizontal"
HorizontalExpand="True"
VerticalExpand="True"
SizeFlagsStretchRatio="1">
<Label Margin="8 0 8 0" Text="{Loc 'lathe-menu-amount'}"/>
<LineEdit
Name="AmountLineEdit"
PlaceHolder="0"
Text="1"
HorizontalExpand="True" />
</BoxContainer>
<ItemList
Name="Materials"
VerticalExpand="True"

View File

@@ -4,5 +4,5 @@ lathe-menu-server-list = Server list
lathe-menu-sync = Sync
lathe-menu-search-designs = Search designs
lathe-menu-search-filter = Filter
lathe-menu-search-amount = Amount
lathe-menu-material-display = {$material} {$amount} cm³
lathe-menu-amount = Amount:
lathe-menu-material-display = {$material} {$amount} cm³