--- a/ui/gtk/window.c Mon Oct 06 11:11:30 2025 +0200 +++ b/ui/gtk/window.c Mon Oct 06 11:36:39 2025 +0200 @@ -987,7 +987,7 @@ GtkWidget *separator = gtk_separator_new(GTK_ORIENTATION_HORIZONTAL); GtkWidget *grid = ui_create_grid_widget(10, 10); - GtkWidget *widget = ui_box_set_margin(grid, 16); + GtkWidget *widget = ui_gtk_set_margin(grid, 16, 0, 0, 0, 0); gtk_grid_set_column_homogeneous(GTK_GRID(grid), TRUE); if(args->lbutton1) {