From: H.G. Muller Date: Fri, 30 Mar 2012 18:09:58 +0000 (+0200) Subject: Extend smallLayout regime up to size Medium X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=5d80b2ccea47ecaa59c6c2cfcd47a60fb2a95409;p=xboard.git Extend smallLayout regime up to size Medium 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. --- diff --git a/xboard.h b/xboard.h index 2807e65..7774671 100644 --- 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 }, \ - { "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 }, \