Scale UI with ComboBox
-
Default Settings UI scale in compiled plugins is not100%. How can I achieve 100 UI scale instead ?
-
The scale factor is stored in a file named generalsettings.xml. in your project appdata folder.
-
@Dan-Korneff Yes. My question is how can I get 100% UI scale? As a developer I know the general settings etc. But end user should have 100 UI scaled compiled plugins. But How ? If I do it from Floating tiles>settings.... it always reduces the compiled plugins.
-
@DabDab so you launch the exported plugin for the first time, and the scale value in the generated generalsettings file is something other then 1.0?
-
@Dan-Korneff Yes. It is always being scaled to 0.8
-
Got my mistake. Actually my other component name was "Settings". That was overriding the
Settings.setZoomLevel(value)
to work.