# HG changeset patch # User Olaf Wintermann # Date 1766007401 -3600 # Node ID 376ef91111f68e83b31648879195b3fb7185c6ad # Parent e57ca27477825496d7a7ba2aa859b5380c85582f fix layout bug in Preferences -> Credentials diff -r e57ca2747782 -r 376ef91111f6 application/settings.c --- 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