Skip to content

Commit

Permalink
Fix QgsDockWidget custom widget
Browse files Browse the repository at this point in the history
  • Loading branch information
marioba authored and 3nids committed Oct 6, 2017
1 parent 8deed6c commit 5b05042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/customwidgets/qgsdockwidgetplugin.cpp
Expand Up @@ -91,6 +91,7 @@ QString QgsDockWidgetPlugin::domXml() const
" <height>500</height>\n"
" </rect>\n"
" </property>\n"
" <widget class=\"QWidget\" name=\"dockWidgetContents\"/>"
" </widget>\n"
"</ui>\n" )
.arg( name() );
Expand Down

0 comments on commit 5b05042

Please sign in to comment.