From: jpbruyere Date: Mon, 1 Aug 2016 21:55:29 +0000 (+0200) Subject: Dont use Fit property, it override Width and Height styling for more X-Git-Tag: v0.4~21^2~3 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=4662577f542f66fc6f2faf72c76b178f3b915cab;p=jp%2Fcrow.git Dont use Fit property, it override Width and Height styling for more specific styleKey. modifié : Default.style --- 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 {