-
The liblec::lecui::splash loads images using their pixel-size, resulting in the image looking too small on high-dpi screens.
-
> To add a widget to a pane we need to pass a reference to the pane's page as a parameter to the widget's builder.
Why?
Suggestion: Simply pass a reference to the pane, let the widget's builder…
-
I am confused by the attribute getters and setters.
For example
https://alecmus.ml/lecui/html/classliblec_1_1lecui_1_1color.html
![image](https://user-images.githubusercontent.com/2046227/127…
-
In your sample code you construct ( build ) widgets like this
`lecui::widgets::label_builder label(pane_one.get(), "my_label");`
This looks like it will call the widget's destructor when it goes…