From 4662577f542f66fc6f2faf72c76b178f3b915cab Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Mon, 1 Aug 2016 23:55:29 +0200 Subject: [PATCH] =?utf8?q?Dont=20use=20Fit=20property,=20it=20override=20W?= =?utf8?q?idth=20and=20Height=20styling=20for=20more=20specific=20styleKey?= =?utf8?q?.=20=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20=20Default.sty?= =?utf8?q?le?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Default.style | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Default.style b/Default.style index 0092f194..2f7f75d5 100644 --- a/Default.style +++ b/Default.style @@ -7,7 +7,8 @@ Button { Width = Fit; } Label { - Fit = true; + Height = Fit; + Width = Fit; Margin = 0; } MessageBox { -- 2.47.3