> -----Original Message----- > From: Interest <[email protected]> On Behalf Of ekke > Sent: Tuesday, 27 November 2018 11:58 AM > To: [email protected]; Android Development <android- > [email protected]> > Subject: [Interest] Qt6 5.12 RC - QQC2 - Material style - Android Button Font > size much smaller as 5.11 > > Just noticed that on Android the QQC2 Button Font Size is much smaller as > before. > > here are my settings: > > qputenv("QT_QUICK_CONTROLS_STYLE", "Material"); > > even adding Variant explicitely helps: > > qputenv("QT_QUICK_CONTROLS_MATERIAL_VARIANT", "Normal");
So this fixes it? I would assume that the Dense variant is being (incorrectly) used in that case. There was another bug report recently about font size - I wonder if it's related: https://bugreports.qt.io/browse/QTBUG-71902 > is there something else I must do ? > noticed the same on Windows - iOS looks good. > > > ekke _______________________________________________ Interest mailing list [email protected] https://lists.qt-project.org/listinfo/interest
