From: H.G. Muller Date: Tue, 20 Oct 2009 01:02:42 +0000 (-0700) Subject: partly fix for bug #27715: scaling of menu bar X-Git-Tag: v4.4.1.20091019~3 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=ea087818d8b199299a6d3ebcdd368177fedbcf75 partly fix for bug #27715: scaling of menu bar the menu bar to the left edge of the window. --- 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 =