diff options
author | syeyoung <cyoung06@naver.com> | 2023-02-27 01:55:23 +0900 |
---|---|---|
committer | syeyoung <cyoung06@naver.com> | 2023-02-27 01:55:23 +0900 |
commit | a68b4904060a4f27e5865588fdcae5e5c33fd0aa (patch) | |
tree | d5e5b60ea93d1ded20097a1b0ef9212e94a23911 | |
parent | 38e7c947fdc412d34babbdd54c5b66af3e844ae9 (diff) | |
download | Skyblock-Dungeons-Guide-a68b4904060a4f27e5865588fdcae5e5c33fd0aa.tar.gz Skyblock-Dungeons-Guide-a68b4904060a4f27e5865588fdcae5e5c33fd0aa.tar.bz2 Skyblock-Dungeons-Guide-a68b4904060a4f27e5865588fdcae5e5c33fd0aa.zip |
- Remove searchbar since it is not implemented yet
Signed-off-by: syeyoung <cyoung06@naver.com>
-rw-r--r-- | mod/src/main/resources/assets/dungeonsguide/gui/config/normalconfig.gui | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/mod/src/main/resources/assets/dungeonsguide/gui/config/normalconfig.gui b/mod/src/main/resources/assets/dungeonsguide/gui/config/normalconfig.gui index 9e6b0f49..38b8a673 100644 --- a/mod/src/main/resources/assets/dungeonsguide/gui/config/normalconfig.gui +++ b/mod/src/main/resources/assets/dungeonsguide/gui/config/normalconfig.gui @@ -40,25 +40,25 @@ <Text text=" By syeyoung" color="#FFFFFFFF"/> </row> </padding> - <size width="5"/> - <flexible> - <align hAlign="END"> - <ConstrainedBox maxWidth="150"> - <size height="19"> - <TextField/> - </size> - </ConstrainedBox> - </align> - </flexible> - <aspectRatio width="1" height="1"> - <ColorButton on:click="back" hPadding="1" - backgroundColor="#FF1C376E" textColor="#FFFFFFFF" - hoveredBackgroundColor="#FF1C5692" hoveredTextColor="#FFFFFFFF" - disabledBackgroundColor="0" disabledTextColor="0" - pressedBackgroundColor="#FF1D5F9C" pressedTextColor="#FFFFFFFF" - text="?" - /> - </aspectRatio> +<!-- <size width="5"/>--> +<!-- <flexible>--> +<!-- <align hAlign="END">--> +<!-- <ConstrainedBox maxWidth="150">--> +<!-- <size height="19">--> +<!-- <TextField/>--> +<!-- </size>--> +<!-- </ConstrainedBox>--> +<!-- </align>--> +<!-- </flexible>--> +<!-- <aspectRatio width="1" height="1">--> +<!-- <ColorButton on:click="back" hPadding="1"--> +<!-- backgroundColor="#FF1C376E" textColor="#FFFFFFFF"--> +<!-- hoveredBackgroundColor="#FF1C5692" hoveredTextColor="#FFFFFFFF"--> +<!-- disabledBackgroundColor="0" disabledTextColor="0"--> +<!-- pressedBackgroundColor="#FF1D5F9C" pressedTextColor="#FFFFFFFF"--> +<!-- text="?"--> +<!-- />--> +<!-- </aspectRatio>--> </row> </bgcolor> </size> |