]> O.S.I.I.S - jp/crow.git/commitdiff
Dont use Fit property, it override Width and Height styling for more
authorjpbruyere <jp.bruyere@hotmail.com>
Mon, 1 Aug 2016 21:55:29 +0000 (23:55 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Mon, 1 Aug 2016 21:55:29 +0000 (23:55 +0200)
specific styleKey.
modifié :         Default.style

Default.style

index 0092f1942be6ad2c0093687d5e7480b9963e8d94..2f7f75d5f723870825a89489ac8c09844aa3e477 100644 (file)
@@ -7,7 +7,8 @@ Button {
        Width = Fit;
 }
 Label {
-       Fit = true;
+       Height = Fit;
+       Width = Fit;
        Margin = 0;
 }
 MessageBox {