The settings dialog groups the editor's configuration options. It is opened from the toolbar and is organized into general, project, UI, and about sections.
General
General settings apply to the whole editor:
| Setting | Description |
|---|---|
| Language | The UI language of the editor. |
| Widget preview | Whether widget previews are shown in the widget bar. |
Project
Project settings configure the current project:
| Setting | Description |
|---|---|
| Screen width | Horizontal resolution of the target display. |
| Screen height | Vertical resolution of the target display. |
| Color depth | 16-bit or 32-bit color. |
| Target version | The LVGL runtime (and language) version used by the project. |
As you edit, a live preview panel shows the resulting resolution and aspect ratio. Saved changes update the project configuration.
UI
UI settings configure canvas behavior:
| Setting | Description |
|---|---|
| Hover highlight | Highlight the widget under the mouse cursor on the canvas. |
| Global align | Snap against the whole screen (global) or only the dragged widget's container and siblings (local). |
About
The about section shows host information for diagnostics:
- Browser name and version.
- Platform.
- Build timestamp.