From 6034d6fd4237299b626a49530dd6e8a6ba929871 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Sun, 26 Sep 2021 14:32:38 +0100 Subject: Respect the x,y origin coords given as geometry --- tabbed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tabbed.c') diff --git a/tabbed.c b/tabbed.c index 93c79b9..a63446c 100644 --- a/tabbed.c +++ b/tabbed.c @@ -1072,7 +1072,7 @@ setup(void) size_hint->width = ww; size_hint->min_height = bh + 1; } else { - size_hint->flags = PMaxSize | PMinSize; + size_hint->flags = PPosition | PMaxSize | PMinSize; size_hint->min_width = size_hint->max_width = ww; size_hint->min_height = size_hint->max_height = wh; } -- cgit v1.2.3