Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/macdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremie Laval <jeremie.laval@gmail.com>2012-03-26 17:47:06 +0400
committerJeremie Laval <jeremie.laval@gmail.com>2012-03-26 17:47:25 +0400
commitf8a8b11b5fc4852ccf2a9102670ed73370e13991 (patch)
tree399e054d00830f1a50516cfd9adc0f25090d3f26 /WebViewExtraordinaire.cs
parent2870299867eca63b1091c0a18da50cf43f7729c9 (diff)
[macdoc] Place find bar at the bottom and fill it with the right background
Placing the find bar at the bottom indirectly fixes #3944
Diffstat (limited to 'WebViewExtraordinaire.cs')
-rw-r--r--WebViewExtraordinaire.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebViewExtraordinaire.cs b/WebViewExtraordinaire.cs
index 77cb2db..76e5f07 100644
--- a/WebViewExtraordinaire.cs
+++ b/WebViewExtraordinaire.cs
@@ -161,7 +161,7 @@ namespace macdoc
{
currentScrollView = scrollView;
scrollView.FindBarView = findBarController.View;
- scrollView.FindBarPosition = NSScrollViewFindBarPosition.AboveContent;
+ scrollView.FindBarPosition = NSScrollViewFindBarPosition.BelowContent;
}
void DoSearch (bool forward)