mirror of
https://codeberg.org/vyn/selenite.git
synced 2025-07-02 17:43:19 +00:00
Add helpers to setup Selenite in C++ projects
This commit is contained in:
parent
e27b4c150b
commit
f3025d08cd
20 changed files with 24870 additions and 11 deletions
5
components/Text.slint
Normal file
5
components/Text.slint
Normal file
|
@ -0,0 +1,5 @@
|
|||
import { Palette } from "Palette.slint";
|
||||
|
||||
export component VText inherits Text {
|
||||
color: Palette.foreground;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue