This commit is contained in:
2023-10-21 05:12:52 -07:00
parent ce765e30cf
commit 94801968fa
6 changed files with 38 additions and 15 deletions

View File

@ -0,0 +1,15 @@
.login-title-label {
font-size: x-large;
}
.error-message-label {
color: red;
}
.loading-label {
font-size: xx-large;
}
.bold {
font-weight: bold;
}

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
<schema id="im.zander.SimpleLogin" path="/im/zander/SimpleLogin/">
<key name="api-key" type="s">
<default>""</default>
<key name="api-key" type="ms">
<default>nothing</default>
<summary>Api key</summary>
<description>The api key for the current user</description>
</key>

View File

@ -117,9 +117,6 @@ template $LoginWindow : ApplicationWindow {
receives-default: true;
truncate-multiline: true;
styles [
]
layout {
column: "1";
row: "1";