diff --git a/README.md b/README.md index 5ded0ad..158699d 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ FramelessWindowsManager::setHitTestVisibleInChrome(win, ui->pushButton_minimize, - For [QDockWidget](https://doc.qt.io/qt-6/qdockwidget.html), it supports set a custom title bar widget officially, no need to use this library, and this library is known to be not working well for QDockWidgets. Please refer to for more details. - Only top level windows ([QWindow](https://doc.qt.io/qt-6/qwindow.html) and [QWidget](https://doc.qt.io/qt-6/qwidget.html)) are supported. - Win32: There are some known issues when DWM composition is disabled. This is unsupported and not tested and will not be fixed. However, PRs are always welcome. -- Win32: You must enable high DPI scaling for your application otherwise some Win32 APIs may return wrong value and thus it may result in unexpected behavior. +- Win32: High DPI scaling must be enabled for your application otherwise some Win32 APIs may return wrong value and thus it may result in unexpected behavior. ## Supported Platforms diff --git a/README_win32.md b/README_win32.md index 1c45f29..add6dcc 100644 --- a/README_win32.md +++ b/README_win32.md @@ -51,7 +51,7 @@ win->setFlag(Qt::MSWindowsFixedSizeDialogHint); - For [QDockWidget](https://doc.qt.io/qt-6/qdockwidget.html), it supports set a custom title bar widget officially, no need to use this library, and this library is known to be not working well for QDockWidgets. Please refer to for more details. - Only top level windows ([QWindow](https://doc.qt.io/qt-6/qwindow.html) and [QWidget](https://doc.qt.io/qt-6/qwidget.html)) are supported. - There are some known issues when DWM composition is disabled. This is unsupported and not tested and will not be fixed. However, PRs are always welcome. -- You must enable high DPI scaling for your application otherwise some Win32 APIs may return wrong value and thus it may result in unexpected behavior. +- High DPI scaling must be enabled for your application otherwise some Win32 APIs may return wrong value and thus it may result in unexpected behavior. ## Supported Platforms