diff options
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/firmament/gui/button_editor_fragment.xml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/main/resources/assets/firmament/gui/button_editor_fragment.xml b/src/main/resources/assets/firmament/gui/button_editor_fragment.xml index 954401a..b450c41 100644 --- a/src/main/resources/assets/firmament/gui/button_editor_fragment.xml +++ b/src/main/resources/assets/firmament/gui/button_editor_fragment.xml @@ -3,13 +3,18 @@ xsi:schemaLocation="http://notenoughupdates.org/moulconfig https://raw.githubusercontent.com/NotEnoughUpdates/MoulConfig/master/MoulConfig.xsd"> <Panel> <Column> - <Text text="Icon"/> - <TextField value="@icon" width="180"/> - <Text text="Command"/> <Row> - <Text text="/"/> - <TextField value="@command" width="180"/> + <Text textAlign="CENTER" text="Icon"/> + <ItemStack value="@getItemIcon"/> </Row> + <TextField value="@icon" width="180"/> + <Text text="Command"/> + <Hover lines="Put the command in here.;The text box should not start with a /"> + <Row> + <Text text="/"/> + <TextField value="@command" width="180"/> + </Row> + </Hover> </Column> </Panel> </Root> |