Change add account icon, prevent checkbox overflow

This commit is contained in:
miruka 2019-12-08 04:53:51 -04:00
parent b267ef6562
commit f58e2cbf7a
3 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,5 @@
<svg height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
<path d="m24 10h-10v-10h-4v10h-10v4h10v10h4v-10h10z"/>
<path d="m24 8c0-4.418-3.582-8-8-8s-8 3.582-8 8c0 1.6395213.4955411 3.162717 1.3417969 4.431641l1.4550781-1.455079c-.504469-.878332-.796875-1.8928262-.796875-2.976562 0-3.309 2.691-6 6-6s6 2.691 6 6m-4-4c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm0 1c.551 0 1 .449 1 1s-.449 1-1 1-1-.449-1-1 .449-1 1-1zm-11.1347656 7.050781-6.8652344 6.949219v5h6v-2h2v-2h1.9257812l-2-2h-1.9257812v2h-2v2h-2v-2.179688l3.8496094-3.896484 2.0527344-2.078125c-.404-.559-.7531094-1.157922-1.0371094-1.794922z"/>
<path d="m16.279612 10.563257h1.991327v13.436743h-1.991327z"/>
<path d="m16.285965-23.993647h1.991327v13.436743h-1.991327z" transform="rotate(90)"/>
</svg>

Before

Width:  |  Height:  |  Size: 150 B

After

Width:  |  Height:  |  Size: 755 B

View File

@ -67,13 +67,16 @@ Column {
function json() {
return JSON.stringify(
Utils.getItem(
modelSources[[
"Event", chatPage.userId, chatPage.roomId
]],
"client_id",
model.client_id
),
{
"model": Utils.getItem(
modelSources[[
"Event", chatPage.userId, chatPage.roomId
]],
"client_id",
model.client_id
),
"source": py.getattr(model.source, "__dict__"),
},
null, 4)
}

View File

@ -181,7 +181,7 @@ HBox {
text: qsTr("Remember my account")
checked: true
Layout.alignment: Qt.AlignHCenter
Layout.fillWidth: true
}
HLabel {