Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail
Commits
07c2dbb7
Commit
07c2dbb7
authored
Mar 19, 2021
by
Laurent Montel
😁
Browse files
Minor layout fix
parent
e9abcddd
Pipeline
#54888
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/searchdialog/incompleteindexdialog.cpp
View file @
07c2dbb7
...
...
@@ -99,7 +99,6 @@ IncompleteIndexDialog::IncompleteIndexDialog(const QVector<qint64> &unindexedCol
,
mUi
(
new
Ui
::
IncompleteIndexDialog
)
{
auto
mainLayout
=
new
QHBoxLayout
(
this
);
mainLayout
->
setContentsMargins
({});
auto
w
=
new
QWidget
(
this
);
mainLayout
->
addWidget
(
w
);
qDBusRegisterMetaType
<
QVector
<
qint64
>>
();
...
...
src/ui/incompleteindexdialog.ui
View file @
07c2dbb7
...
...
@@ -11,6 +11,18 @@
</rect>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
>
<property
name=
"leftMargin"
>
<number>
0
</number>
</property>
<property
name=
"topMargin"
>
<number>
0
</number>
</property>
<property
name=
"rightMargin"
>
<number>
0
</number>
</property>
<property
name=
"bottomMargin"
>
<number>
0
</number>
</property>
<item
row=
"0"
column=
"0"
colspan=
"2"
>
<widget
class=
"QLabel"
name=
"label"
>
<property
name=
"text"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment