X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.cpp;h=6c3f896cfd9ff94f77cdc9c5a992af281514f969;hp=d9b02353adaf708f04ea47b2ad4b4cc1112d7bb0;hb=c1a6513b912e90ebcca2dba4453aa03fbddcfb58;hpb=33094993339188a3baef302fb09eff6bf6bb6779 diff --git a/pv/view/view.cpp b/pv/view/view.cpp index d9b02353..6c3f896c 100644 --- a/pv/view/view.cpp +++ b/pv/view/view.cpp @@ -155,7 +155,7 @@ View::View(Session &session, bool is_main_view, QWidget *parent) : ruler_ = new Ruler(*this); header_ = new Header(*this); - header_->setMinimumWidth(15); // So that the arrow tips show at least + header_->setMinimumWidth(10); // So that the arrow tips show at least // We put the header into a simple layout so that we can add the top margin, // allowing us to make it line up with the bottom of the ruler