Fix window getting larger when spamming toggle LED view
Commit amended to only implement size hint change by Adam Honse <calcprogrammer1@gmail.com>
This commit is contained in:
parent
08d495941e
commit
827c78da13
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ void DeviceView::setController(RGBController * controller_ptr)
|
|||
|
||||
QSize DeviceView::sizeHint () const
|
||||
{
|
||||
return QSize(height(),height());
|
||||
return QSize(height() - 1, height() - 1);
|
||||
}
|
||||
|
||||
QSize DeviceView::minimumSizeHint () const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue