mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
format: format one line
This commit is contained in:
parent
0e19c34bbe
commit
49fa66c29d
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue