X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.h;h=886aa8302adc4259e44b04d43aec6b3d7e8689cc;hb=d7c0ca4a965c5f9cb2ae9aea584bb2547f4baca1;hp=db03ce9b43a81b1a7b6a5eda32e0986e15cb1c86;hpb=f3f98f8fade1cffb28161da2710dfc9def5e6d74;p=pulseview.git diff --git a/pv/view/view.h b/pv/view/view.h index db03ce9..886aa83 100644 --- a/pv/view/view.h +++ b/pv/view/view.h @@ -51,7 +51,6 @@ private: static const double MaxScale; static const double MinScale; - static const int LabelMarginWidth; static const int RulerHeight; static const int MaxScrollValue; @@ -148,6 +147,8 @@ private: void update_scroll(); + void update_layout(); + static bool compare_trace_v_offsets( const boost::shared_ptr &a, const boost::shared_ptr &b); @@ -171,6 +172,8 @@ private slots: void on_signals_moved(); + void on_geometry_updated(); + private: SigSession &_session;