From ea087818d8b199299a6d3ebcdd368177fedbcf75 Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Mon, 19 Oct 2009 18:02:42 -0700 Subject: [PATCH] partly fix for bug #27715: scaling of menu bar the menu bar to the left edge of the window. --- xboard.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/xboard.c b/xboard.c index 9d0a314..909ca85 100644 --- a/xboard.c +++ b/xboard.c @@ -2777,6 +2777,7 @@ XBoard square size (hint): %d\n\ widgetList[j++] = menuBarWidget = CreateMenuBar(menuBar); XtSetArg(args[0], XtNtop, XtChainTop); XtSetArg(args[1], XtNbottom, XtChainTop); + XtSetArg(args[1], XtNright, XtChainLeft); XtSetValues(menuBarWidget, args, 2); widgetList[j++] = whiteTimerWidget = -- 1.7.0.4