--- a/ui/gtk/list.c Thu Oct 09 18:23:07 2025 +0200 +++ b/ui/gtk/list.c Thu Oct 09 18:24:09 2025 +0200 @@ -1519,7 +1519,7 @@ UIWIDGET ui_combobox_create(UiObject *obj, UiListArgs *args) { GtkWidget *combobox = gtk_combo_box_new(); if(args->width > 0) { - gtk_widget_set_size_request(scroll_area, args->width, -1); + gtk_widget_set_size_request(combobox, args->width, -1); } ui_set_name_and_style(combobox, args->name, args->style_class);