What do you want to achieve?
Hi, I’m not sure if this is a bug or not but I noticed the Dropdown widget looks different when I created it on different example project.
Screenshot or video
Here’s how it looks on the 3d_printer
example
And this is how it looks on the ebike_demo
example, as well as my current working project (as if it was missing some stylings)
Are there any settings that affect the default appearance of the Dropdown widget?
Others
- SquareLine Studio version: 1.5.1
- Operating system: Windows 10
- Target hardware: STM32
Just found out that it’s based on the Theme selected when the project is created, i.e. Dark, Light, Simplified. At this moment, I don’t know how to switch the project theme once it’s created.
Hi, you’re right about the theme difference causing the appearance change for the Dropdown widget. The 3D printer demo was created with the Light theme, while the ebike demo uses the Simplified theme.
Unfortunately, you can’t change the LVGL theme after project creation through the UI. There is only one workaround, you can manually edit the project file (*.spj) and change the “theme_simplified” value from false to true at the end of the file.