Fix size hinting for LCD widget
[bertos.git] / bertos / drv / lcd_gfx_qt.cpp
index 5e862dbb681878b46e47da50a7f0fd1a8f12df1e..551b48e548e8ac6be84849bdeb471b9d52e7fd3d 100644 (file)
@@ -85,6 +85,10 @@ QSize EmulLCD::sizeHint() const
                HEIGHT + frame_width * 2);
 }
 
+QSize EmulLCD::minimumSizeHint() const
+{
+       return sizeHint();
+}
 
 void EmulLCD::paintEvent(QPaintEvent * /*event*/)
 {