From f42cabddc008529eddc0a43cad3be2b39b6790ee Mon Sep 17 00:00:00 2001 From: jpbruyere Date: Sat, 6 Aug 2016 03:24:35 +0200 Subject: [PATCH] debug and update nuspec --- Crow.OpenTK.nuspec | 16 +++++++++------- Default.style | 1 + README.md | 1 + Templates/ArrowButTemplate.crow | 2 +- Templates/Spinner.goml | 6 +++--- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/Crow.OpenTK.nuspec b/Crow.OpenTK.nuspec index 24eeb31c..e3f20cd6 100644 --- a/Crow.OpenTK.nuspec +++ b/Crow.OpenTK.nuspec @@ -32,17 +32,19 @@ For more information, please visit https://jpbruyere.github.io/Crow/. - - - - - - - + + + + + + + + + diff --git a/Default.style b/Default.style index 2f7f75d5..f3ec0113 100644 --- a/Default.style +++ b/Default.style @@ -32,6 +32,7 @@ TabItem { TextBox { Background = White; Foreground = Black; + Selectable = True; } Window { Focusable = true; diff --git a/README.md b/README.md index 1c03966e..8905634e 100644 --- a/README.md +++ b/README.md @@ -63,3 +63,4 @@ xbuild /p:Configuration=Release Crow.sln # Build with Mono * Derive **OpenTKGameWindow** class. * Load some widget in the **OnLoad** override with `CrowInterface.LoadInterface` . * Build your project with **mono**. (**xbuild**) +- copy **Crow.dll.config** to output directory if you have trouble finding native libs. diff --git a/Templates/ArrowButTemplate.crow b/Templates/ArrowButTemplate.crow index 817c00d1..fe0e122c 100755 --- a/Templates/ArrowButTemplate.crow +++ b/Templates/ArrowButTemplate.crow @@ -1,7 +1,7 @@ - - +