From: H.G. Muller Date: Thu, 5 Dec 2013 14:47:26 +0000 (+0100) Subject: Remove width limiting of shuffle checkbox X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=0fc0078de7295894ab78232b18fdbb65b1ea33f1;p=xboard.git Remove width limiting of shuffle checkbox --- diff --git a/dialogs.c b/dialogs.c index a9c6414..6bb83f1 100644 --- a/dialogs.c +++ b/dialogs.c @@ -1367,7 +1367,7 @@ ShuffleOK (int n) } static Option shuffleOptions[] = { - { 0, 0, 50, NULL, (void*) &shuffleOpenings, NULL, NULL, CheckBox, N_("shuffle") }, + { 0, 0, 0, NULL, (void*) &shuffleOpenings, NULL, NULL, CheckBox, N_("shuffle") }, { 0,-1,2000000000, NULL, (void*) &appData.defaultFrcPosition, "", NULL, Spin, N_("Start-position number:") }, { 0, 0, 0, NULL, (void*) &SetRandom, NULL, NULL, Button, N_("randomize") }, { 0, SAME_ROW, 0, NULL, (void*) &SetRandom, NULL, NULL, Button, N_("pick fixed") },