From ed620f42c980270a69ebc346bdc40b79861c057c Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Mon, 8 Feb 2016 17:26:51 +0100 Subject: [PATCH] Simplify Alignment Enum; add HorizontalStretch and VerticalStretch to GraphicObject --- Templates/Spinner.goml | 2 +- Tests/Interfaces/0.crow | 6 +- Tests/Interfaces/2.crow | 4 +- Tests/Interfaces/4.crow | 146 +++++++++++++-------------- Tests/Interfaces/fps.goml | 8 +- Tests/Interfaces/test4.1.goml | 6 +- Tests/Interfaces/test4.goml | 2 +- Tests/Interfaces/testExpandable.goml | 2 +- Tests/Interfaces/testPopper.goml | 2 +- Tests/Interfaces/testTextBox.crow | 22 ++-- Tests/Interfaces/testWindow.goml | 16 +-- src/Enums.cs | 26 +---- src/GraphicObjects/Label.cs | 109 +++++++++----------- src/GraphicObjects/TextRun.cs | 103 ++++++++----------- 14 files changed, 202 insertions(+), 252 deletions(-) diff --git a/Templates/Spinner.goml b/Templates/Spinner.goml index b8330fcd..bd202c1a 100755 --- a/Templates/Spinner.goml +++ b/Templates/Spinner.goml @@ -4,7 +4,7 @@ Background="White"> - diff --git a/Tests/Interfaces/test4.goml b/Tests/Interfaces/test4.goml index 429549c5..536fb3e9 100755 --- a/Tests/Interfaces/test4.goml +++ b/Tests/Interfaces/test4.goml @@ -38,7 +38,7 @@