overview: window previews!!!

This commit is contained in:
end-4
2025-06-09 12:25:41 +02:00
parent fa2723a54d
commit db8d51b931
3 changed files with 46 additions and 6 deletions
@@ -0,0 +1,15 @@
import "root:/modules/common"
import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
Label {
renderType: Text.NativeRendering
verticalAlignment: Text.AlignVCenter
font {
hintingPreference: Font.PreferFullHinting
family: Appearance?.font.family.main ?? "sans-serif"
pixelSize: Appearance?.font.pixelSize.small ?? 15
}
color: Appearance?.m3colors.m3onBackground ?? "black"
}