<div dir="ltr">That may be the problem. I used a QDockWidget. I will switch it out for the QgsDockWidget.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 18, 2017 at 7:25 PM, Nyall Dawson <span dir="ltr"><<a href="mailto:nyall.dawson@gmail.com" target="_blank">nyall.dawson@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 19 May 2017 at 00:37, C Hamilton <<a href="mailto:adenaculture@gmail.com">adenaculture@gmail.com</a>> wrote:<br>
> I recently completed the conversion of Lat Lon Tools to work with QGIS 3. It<br>
> is in the plugin repo.<br>
><br>
> I noticed that my dockable dialog boxes seem to have no margin around them<br>
> in comparison to QGIS 2. Was this intended? Do I need a margin or leave it<br>
> as is?<br>
<br>
</span>There's been no intentional changes here. It's likely one of the<br>
slight styling differences resulting from Qt4->Qt5 transition.<br>
<br>
Side note: If you're porting to QGIS 3 API, make sure you use<br>
QgsDockWidget in place of QDockWidget to ensure consistent behavior<br>
with the inbuilt docks.<br>
<span class="HOEnZb"><font color="#888888"><br>
Nyall<br>
</font></span></blockquote></div><br></div>