diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-02 23:13:09 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-05-02 23:13:09 +1000 |
| commit | 587760810cd22e57168caf369da6e6488ad6023a (patch) | |
| tree | d12575bd4651592163957098a7f201c54c9dcc51 /config | |
| parent | launcher: auto grab focus + clear on close (diff) | |
| download | caelestia-shell-587760810cd22e57168caf369da6e6488ad6023a.tar.gz caelestia-shell-587760810cd22e57168caf369da6e6488ad6023a.tar.bz2 caelestia-shell-587760810cd22e57168caf369da6e6488ad6023a.zip | |
feat: launcher empty placeholder
Diffstat (limited to 'config')
| -rw-r--r-- | config/Appearance.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/Appearance.qml b/config/Appearance.qml index 728021d..7773f37 100644 --- a/config/Appearance.qml +++ b/config/Appearance.qml @@ -99,6 +99,7 @@ Singleton { readonly property int normal: 13 readonly property int larger: 15 readonly property int large: 18 + readonly property int extraLarge: 28 } component Font: QtObject { |