Add a label to make lathe UI clearer (#12805)
Co-authored-by: Eoin Mcloughlin <helloworld@eoinrul.es>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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³
|
||||
|
||||
Reference in New Issue
Block a user