diff options
Diffstat (limited to 'mod/src/main/resources')
-rw-r--r-- | mod/src/main/resources/assets/dungeonsguide/gui/config/popupmenu.gui | 29 |
1 files changed, 3 insertions, 26 deletions
diff --git a/mod/src/main/resources/assets/dungeonsguide/gui/config/popupmenu.gui b/mod/src/main/resources/assets/dungeonsguide/gui/config/popupmenu.gui index 5210cab6..ecfe8c5d 100644 --- a/mod/src/main/resources/assets/dungeonsguide/gui/config/popupmenu.gui +++ b/mod/src/main/resources/assets/dungeonsguide/gui/config/popupmenu.gui @@ -16,34 +16,11 @@ ~ along with this program. If not, see <https://www.gnu.org/licenses/>. --> <UnconstrainedBox> - - <size width="200"> + <ConstrainedBox maxWidth="200"> <RoundRect radius="5" backgroundColor="#FF121212"> <padding top="5" bottom="5" left="5" right="5"> - <col mainAlign="START" crossAlign="STRETCH"> - <ColorButton disabled="false" - backgroundColor="#FF005500" textColor="#FF777777" - hoveredBackgroundColor="#FF009900" hoveredTextColor="#FF777777" - disabledBackgroundColor="#FF444444" disabledTextColor="#FF777777" - pressedBackgroundColor="#FF00F00F" pressedTextColor="#FF777777" - text="lol1" - /> - <ColorButton disabled="false" - backgroundColor="#FF005500" textColor="#FF777777" - hoveredBackgroundColor="#FF009900" hoveredTextColor="#FF777777" - disabledBackgroundColor="#FF444444" disabledTextColor="#FF777777" - pressedBackgroundColor="#FF00F00F" pressedTextColor="#FF777777" - text="lol2" - /> - <ColorButton disabled="false" - backgroundColor="#FF005500" textColor="#FF777777" - hoveredBackgroundColor="#FF009900" hoveredTextColor="#FF777777" - disabledBackgroundColor="#FF444444" disabledTextColor="#FF777777" - pressedBackgroundColor="#FF00F00F" pressedTextColor="#FF777777" - text="lol3" - /> - </col> + <col mainAlign="START" crossAlign="STRETCH" bind:_="items"/> </padding> </RoundRect> - </size> + </ConstrainedBox> </UnconstrainedBox>
\ No newline at end of file |