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