Quote:
Originally Posted by odamizu
Okay, thank you. This is in the Sigil app code rather than the plugin code? (If so, it's definitely beyond my limited tech skills )
|
Yes, it's code from ValidationResultsView.cpp file.
A small change is enough:
Code:
setAllowedAreas(Qt::BottomDockWidgetArea | Qt::TopDockWidgetArea);
I checked today and it turns out that validation window on top is pretty cool.
When making corrections, you do not look at the bottom of the screen, but under the toolbars and over Code View.