X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursorheader.h;h=d3124be95baa53eeba4bb9be0951f7142f00c012;hp=ff1759d47eb324b32e2ebfdb3948bc5674763d66;hb=4d95ef609546490c4f981d47e4a44d097079c628;hpb=abad24e2d61c0c84ac8495c22d29a8a3a49ee9fa 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);