]> sigrok.org Git - pulseview.git/blobdiff - pv/view/view.cpp
Remove Header::BaselineOffset and move arrows as needed instead
[pulseview.git] / pv / view / view.cpp
index d9b02353adaf708f04ea47b2ad4b4cc1112d7bb0..6c3f896cfd9ff94f77cdc9c5a992af281514f969 100644 (file)
@@ -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