projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
3424704
)
partly fix for bug #27715: scaling of menu bar
author
H.G. Muller
<h.g.muller@hccnet.nl>
Tue, 20 Oct 2009 01:02:42 +0000 (18:02 -0700)
committer
Arun Persaud
<arun@nubati.net>
Tue, 20 Oct 2009 01:02:42 +0000 (18:02 -0700)
the menu bar to the left edge of the window.
xboard.c
patch
|
blob
|
history
diff --git
a/xboard.c
b/xboard.c
index
9d0a314
..
909ca85
100644
(file)
--- 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 =