#4238 Increase the size of grid cross plot legends if window has been decreased and then increased again

This commit is contained in:
Gaute Lindkvist
2019-03-27 15:02:12 +01:00
parent 11b078c1a9
commit a168f8a206
3 changed files with 22 additions and 15 deletions

View File

@@ -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;