diff -r 7e153ce81477 -r 6e1485d5451a ui/motif/container.c --- a/ui/motif/container.c Mon Nov 17 08:05:47 2025 +0100 +++ b/ui/motif/container.c Mon Nov 17 08:27:03 2025 +0100 @@ -334,9 +334,10 @@ if(numbuttons == 0) { return; } + width--; int button_width = width / numbuttons; int x = 0; - + CxIterator i = cxListIterator(tabview->tabs); cx_foreach(UiTab *, tab, i) { if(i.index + 1 == numbuttons) {