projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c99186b
)
Extend smallLayout regime up to size Medium
author
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 30 Mar 2012 18:09:58 +0000
(20:09 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Tue, 10 Apr 2012 09:27:57 +0000
(11:27 +0200)
Because of the increase number of menus, there is not enough space for a
title next to the menu bar at smaller sizes. In fact it is questionable if
the title should ever go on the same line as the menu bar.
xboard.h
patch
|
blob
|
history
diff --git
a/xboard.h
b/xboard.h
index
2807e65
..
7774671
100644
(file)
--- a/
xboard.h
+++ b/
xboard.h
@@
-104,10
+104,10
@@
typedef struct {
{ "Big", 87, 3, 34, 14, 14, 0, 0, 864 }, \
{ "Large", 80, 3, 34, 14, 14, 0, 0, 864 }, \
{ "Bulky", 72, 3, 34, 12, 14, 0, 0, 864 }, \
{ "Big", 87, 3, 34, 14, 14, 0, 0, 864 }, \
{ "Large", 80, 3, 34, 14, 14, 0, 0, 864 }, \
{ "Bulky", 72, 3, 34, 12, 14, 0, 0, 864 }, \
- { "Medium", 64, 3, 34, 12, 14,
0
, 0, 768 }, \
- { "Moderate", 58, 3, 34, 12, 14,
0
, 0, 768 }, \
- { "Average", 54, 2, 30, 11, 12,
0
, 0, 600 }, \
- { "Middling", 49, 2, 24, 10, 12,
0
, 0, 600 }, \
+ { "Medium", 64, 3, 34, 12, 14,
1
, 0, 768 }, \
+ { "Moderate", 58, 3, 34, 12, 14,
1
, 0, 768 }, \
+ { "Average", 54, 2, 30, 11, 12,
1
, 0, 600 }, \
+ { "Middling", 49, 2, 24, 10, 12,
1
, 0, 600 }, \
{ "Mediocre", 45, 2, 20, 10, 12, 1, 0, 600 }, \
{ "Small", 40, 2, 20, 10, 12, 1, 0, 480 }, \
{ "Slim", 37, 2, 20, 10, 12, 1, 0, 480 }, \
{ "Mediocre", 45, 2, 20, 10, 12, 1, 0, 600 }, \
{ "Small", 40, 2, 20, 10, 12, 1, 0, 480 }, \
{ "Slim", 37, 2, 20, 10, 12, 1, 0, 480 }, \