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">
|
VerticalExpand="True">
|
||||||
</BoxContainer>
|
</BoxContainer>
|
||||||
</ScrollContainer>
|
</ScrollContainer>
|
||||||
<LineEdit
|
<BoxContainer
|
||||||
Name="AmountLineEdit"
|
Orientation="Horizontal"
|
||||||
PlaceHolder="{Loc 'lathe-menu-search-amount'}"
|
HorizontalExpand="True"
|
||||||
Text="1"
|
VerticalExpand="True"
|
||||||
HorizontalExpand="True">
|
SizeFlagsStretchRatio="1">
|
||||||
</LineEdit>
|
<Label Margin="8 0 8 0" Text="{Loc 'lathe-menu-amount'}"/>
|
||||||
|
<LineEdit
|
||||||
|
Name="AmountLineEdit"
|
||||||
|
PlaceHolder="0"
|
||||||
|
Text="1"
|
||||||
|
HorizontalExpand="True" />
|
||||||
|
</BoxContainer>
|
||||||
<ItemList
|
<ItemList
|
||||||
Name="Materials"
|
Name="Materials"
|
||||||
VerticalExpand="True"
|
VerticalExpand="True"
|
||||||
|
|||||||
@@ -4,5 +4,5 @@ lathe-menu-server-list = Server list
|
|||||||
lathe-menu-sync = Sync
|
lathe-menu-sync = Sync
|
||||||
lathe-menu-search-designs = Search designs
|
lathe-menu-search-designs = Search designs
|
||||||
lathe-menu-search-filter = Filter
|
lathe-menu-search-filter = Filter
|
||||||
lathe-menu-search-amount = Amount
|
lathe-menu-amount = Amount:
|
||||||
lathe-menu-material-display = {$material} {$amount} cm³
|
lathe-menu-material-display = {$material} {$amount} cm³
|
||||||
|
|||||||
Reference in New Issue
Block a user