From 9f3bb82a01899af1416527328ee9f0e920837b8f Mon Sep 17 00:00:00 2001 From: mingokrb Date: Fri, 27 Mar 2026 12:45:06 -0300 Subject: [PATCH] remove unused lines was messing with the checkbox size to see how it would look but in the end i just kept it default, so these are now just useless lines i forgot to remove --- src/pc/djui/djui_panel_host_message.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pc/djui/djui_panel_host_message.c b/src/pc/djui/djui_panel_host_message.c index 1bce31446..499c95902 100644 --- a/src/pc/djui/djui_panel_host_message.c +++ b/src/pc/djui/djui_panel_host_message.c @@ -69,8 +69,6 @@ void djui_panel_host_message_create(struct DjuiBase* caller) { djui_text_set_drop_shadow(text1, 64, 64, 64, 100); struct DjuiCheckbox* chkHide = djui_checkbox_create(body, DLANG(HOST_MESSAGE, WARN_SOCKET_HIDE), &hideMessage, NULL); - djui_base_set_size(&chkHide->base, 1.0f, 32); - djui_base_set_alignment(&chkHide->base, DJUI_HALIGN_CENTER, DJUI_VALIGN_TOP); struct DjuiRect* rect1 = djui_rect_container_create(body, 64); {