diff options
author | syeyoung <cyoung06@naver.com> | 2023-01-27 16:35:34 +0900 |
---|---|---|
committer | syeyoung <cyoung06@naver.com> | 2023-01-27 16:35:34 +0900 |
commit | 32bc7c8b170335622fb3cfb47be1d2d4035db29a (patch) | |
tree | 8a35683daa00fd20474695ba3f9e8ae13eadcfdb /mod/src/main/resources | |
parent | d1621e334a9df13294e5694582769251e8e3294f (diff) | |
download | Skyblock-Dungeons-Guide-32bc7c8b170335622fb3cfb47be1d2d4035db29a.tar.gz Skyblock-Dungeons-Guide-32bc7c8b170335622fb3cfb47be1d2d4035db29a.tar.bz2 Skyblock-Dungeons-Guide-32bc7c8b170335622fb3cfb47be1d2d4035db29a.zip |
- popup menu
Signed-off-by: syeyoung <cyoung06@naver.com>
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 |