application/settings.c

changeset 116
376ef91111f6
parent 115
e57ca2747782
--- a/application/settings.c	Sat Dec 13 15:58:58 2025 +0100
+++ b/application/settings.c	Wed Dec 17 22:36:41 2025 +0100
@@ -778,7 +778,7 @@
                     ui_llabel(obj, .style = UI_LABEL_STYLE_DIM, .label = "List of URLs for which these credentials should be used (optional)", .colspan = 2);
                     ui_newline(obj);
                     
-                    ui_hbox(obj, .colspan = 2, .vexpand = TRUE, .hexpand = TRUE, .spacing = 10) {
+                    ui_hbox(obj, .colspan = 2, .vexpand = TRUE, .hexpand = TRUE, .hfill = TRUE, .spacing = 10) {
 #ifndef UI_WINUI
                         ui_callback credentials_activate_callback = credentials_location_edit;
 #else

mercurial