From: jpbruyere Date: Sat, 22 Oct 2016 12:04:54 +0000 (+0200) Subject: File dialog derived from Window, not functional X-Git-Tag: v0.5.1~28^2~13 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=5b9efbd69ac4ae26522241999b732a4165b025cd;p=jp%2Fcrow.git File dialog derived from Window, not functional modifié : Default.style modifié : Templates/FileDialog.template nouveau fichier : Tests/Interfaces/Unsorted/testFileDialog.crow supprimé : Tests/Interfaces/Unsorted/testFileDialog.goml modifié : Tests/Tests.csproj modifié : src/GraphicObjects/FileDialog.cs divers modifié : src/GraphicObjects/HueSelector.cs modifié : src/LayoutingQueueItem.cs --- diff --git a/Default.style b/Default.style index 9376a37f..553be982 100644 --- a/Default.style +++ b/Default.style @@ -63,6 +63,12 @@ Window { Width = 150; Height = 150; } +FileDialog { + Focusable = true; + MinimumSize=50,50; + Width = 500; + Height = 300; +} Border { Foreground = Gray; } diff --git a/Templates/FileDialog.template b/Templates/FileDialog.template index c8a10c8d..905fee44 100644 --- a/Templates/FileDialog.template +++ b/Templates/FileDialog.template @@ -1,24 +1,73 @@ - - - - - - - - - - -