Skip to content

Commit

Permalink
format: format one line
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Feb 19, 2022
1 parent 0e19c34 commit 49fa66c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articleview.cc
Original file line number Diff line number Diff line change
Expand Up @@ -514,7 +514,7 @@ void ArticleView::inspectElement(){
devDialog->setWindowTitle( tr( "Inspect" ) );
devDialog->setWindowFlags( Qt::Window );
devDialog->setAttribute( Qt::WidgetAttribute::WA_DeleteOnClose, false );
QVBoxLayout * v=new QVBoxLayout( devDialog );
QVBoxLayout * v = new QVBoxLayout( devDialog );
v->setSpacing( 0 );
v->setContentsMargins( 0, 0, 0, 0 );
v->addWidget( inspectView );
Expand Down

0 comments on commit 49fa66c

Please sign in to comment.