From 25c67fc7ccb9921924b981a3290a33d05cdc5566 Mon Sep 17 00:00:00 2001 From: "Carlos R. Mafra" Date: Thu, 11 Aug 2011 12:26:41 +0200 Subject: [PATCH] Increase width of 'Attributes' window Before this change some lines in the "Advanced Options" window would not fit into one line and would screw up the others. This depends on the fonts used, but increasing the width of the panel a bit does not hurt. --- src/winspector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/winspector.c b/src/winspector.c index 7efe99f1..3eb5654c 100644 --- a/src/winspector.c +++ b/src/winspector.c @@ -158,7 +158,7 @@ static WMPropList *AnyWindow; static WMPropList *EmptyString; static WMPropList *Yes, *No; -#define PWIDTH 270 +#define PWIDTH 290 #define PHEIGHT 350 static char *spec_text;