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
Marco Bubke
flatpak-qt-creator
Commits
07d05f33
Commit
07d05f33
authored
Sep 30, 2009
by
Thorbjørn Lindeijer
Browse files
Fixed the size of the checkboxes in the search results
Reviewed-by: Roberto Raggi
parent
ebf7ffa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/find/searchresulttreeitemdelegate.cpp
View file @
07d05f33
...
...
@@ -77,7 +77,7 @@ void SearchResultTreeItemDelegate::paint(QPainter *painter, const QStyleOptionVi
QRect
emptyRect
;
doLayout
(
opt
,
&
checkRect
,
&
emptyRect
,
&
emptyRect
,
false
);
QItemDelegate
::
drawCheck
(
painter
,
opt
,
opt
.
r
ect
,
checkState
);
QItemDelegate
::
drawCheck
(
painter
,
opt
,
checkR
ect
,
checkState
);
}
painter
->
restore
();
...
...
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