X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fcursorheader.h;h=d3124be95baa53eeba4bb9be0951f7142f00c012;hb=f0c0b38f812bfbb2bb1978d40e2ce93f1da3f89d;hp=ff1759d47eb324b32e2ebfdb3948bc5674763d66;hpb=4707a23dc7b76258f95d9522fbb6f4c7fd5cc558;p=pulseview.git diff --git a/pv/view/cursorheader.h b/pv/view/cursorheader.h index ff1759d4..d3124be9 100644 --- a/pv/view/cursorheader.h +++ b/pv/view/cursorheader.h @@ -39,6 +39,12 @@ class CursorHeader : public MarginWidget static const int Padding; + /** + * The vertical offset, relative to the bottom line of the widget, + * where the arrows of the cursor labels end. + */ + static const int BaselineOffset; + public: CursorHeader(View &parent);