mirror of
https://github.com/DreamSourceLab/DSView.git
synced 2025-01-23 13:42:55 +08:00
fix: decoder options height
This commit is contained in:
parent
83ad020bda
commit
32de41813f
@ -170,7 +170,7 @@ void DecoderOptionsDlg::load_options(view::DecodeTrace *trace, bool isNew)
|
|||||||
QSize tsize = dlg->sizeHint();
|
QSize tsize = dlg->sizeHint();
|
||||||
int w = tsize.width();
|
int w = tsize.width();
|
||||||
int other_height = 190;
|
int other_height = 190;
|
||||||
_contentHeight += 5;
|
_contentHeight += 10;
|
||||||
|
|
||||||
#ifdef Q_OS_DARWIN
|
#ifdef Q_OS_DARWIN
|
||||||
other_height += 40;
|
other_height += 40;
|
||||||
@ -180,7 +180,7 @@ void DecoderOptionsDlg::load_options(view::DecodeTrace *trace, bool isNew)
|
|||||||
|
|
||||||
float sk = QGuiApplication::primaryScreen()->logicalDotsPerInch() / 96;
|
float sk = QGuiApplication::primaryScreen()->logicalDotsPerInch() / 96;
|
||||||
int srcHeight = 600;
|
int srcHeight = 600;
|
||||||
container_panel->setFixedHeight(_contentHeight + 10);
|
container_panel->setFixedHeight(_contentHeight);
|
||||||
|
|
||||||
if (dlgHeight * sk > srcHeight)
|
if (dlgHeight * sk > srcHeight)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user