]> sigrok.org Git - pulseview.git/blobdiff - pv/view/ruler.hpp
Ruler: Removed Padding
[pulseview.git] / pv / view / ruler.hpp
index c2b198ea280e47a6b037b0eaa2e387deb6068aa6..f6ce3446daaa8395ad36bf29b4ce175666aaf65a 100644 (file)
@@ -41,15 +41,8 @@ private:
 
        static const int MinorTickSubdivision;
 
-       static const int HoverArrowSize;
-
-       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;
+       /// Height of the hover arrow in multiples of the text height
+       static const float HoverArrowSize;
 
 public:
        Ruler(View &parent);