From 7c34e5dd3d7a3d0087ea1a9cacc24a69c917bb2f Mon Sep 17 00:00:00 2001 From: Alexander Huszagh Date: Sat, 17 Jul 2021 01:51:52 -0500 Subject: [PATCH] Removed outdated limitation, which required an undocumented fix. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b680d6a..34064f5 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,6 @@ An extensive reference can be found [here](https://doc.qt.io/qt-5/style-referenc The limitations of stylesheets include: -- Non-border item underlying, such as seen in Breeze. The box model will not affect the placement of the underline, not even with style on the element itself, the `::title` subcontrol, or any other attempts. - Scaling icons with the theme size. - QToolButton cannot control the icon size without also affecting the arrow size. - Close and dock float icon sizes scale poorly with font size.