mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4238 Increase the size of grid cross plot legends if window has been decreased and then increased again
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
#include <QWidget>
|
||||
|
||||
class QLabel;
|
||||
namespace cvf
|
||||
namespace caf
|
||||
{
|
||||
class OverlayItem;
|
||||
class TitledOverlayFrame;
|
||||
}
|
||||
|
||||
//==================================================================================================
|
||||
@@ -40,7 +40,7 @@ public:
|
||||
explicit RiuCvfOverlayItemWidget(QWidget* parent = nullptr, QWidget* widgetToSnapTo = nullptr);
|
||||
~RiuCvfOverlayItemWidget() override;
|
||||
|
||||
void updateFromOverlayItem( cvf::OverlayItem * item);
|
||||
void updateFromOverlayItem( caf::TitledOverlayFrame* item);
|
||||
|
||||
// virtual QSize sizeHint() const override;
|
||||
// virtual QSize minimumSizeHint() const override;
|
||||
|
||||
Reference in New Issue
Block a user