From bed12a9a7ff05cb609180c7b6432d756f188b28a Mon Sep 17 00:00:00 2001 From: NishiOwO Date: Sun, 16 Nov 2025 00:37:07 +0000 Subject: [PATCH] fix git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@734 b9cfdab3-6d41-4d17-bbe4-086880011989 --- src/widget/separator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widget/separator.c b/src/widget/separator.c index 2a64f2c..47c6f00 100644 --- a/src/widget/separator.c +++ b/src/widget/separator.c @@ -4,7 +4,7 @@ static int create(MwWidget handle) { MwSetDefault(handle); - MwSetInteger(handle, MwNorientation, MwVERTICAL); + MwSetInteger(handle, MwNorientation, MwHORIZONTAL); return 0; }