X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fviewitem.cpp;h=b833b4bbad0c19d2ea3afd6974381e35ecdf82fd;hb=aef68e5ede14e179dcd72eb56f60618931008551;hp=b3498ac159434ea6d36c2404bcedcca025e52d52;hpb=dbfae3f1b55b984c7ee7e619a8da53b77db98c90;p=pulseview.git diff --git a/pv/view/viewitem.cpp b/pv/view/viewitem.cpp index b3498ac..b833b4b 100644 --- a/pv/view/viewitem.cpp +++ b/pv/view/viewitem.cpp @@ -29,7 +29,7 @@ namespace pv { namespace view { -const int ViewItem::HighlightRadius = 6; +const int ViewItem::HighlightRadius = 3; ViewItem::ViewItem() : context_parent_(NULL), @@ -81,7 +81,7 @@ void ViewItem::delete_pressed() QPen ViewItem::highlight_pen() { return QPen(QApplication::palette().brush( - QPalette::Highlight), HighlightRadius, + QPalette::Highlight), HighlightRadius * 2, Qt::SolidLine, Qt::RoundCap, Qt::RoundJoin); }