mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-24 22:42:27 +00:00
Don't hardcode these.
This commit is contained in:
parent
5197df7aa5
commit
01a07e434d
@ -11,8 +11,8 @@ BusyIndicator {
|
|||||||
|
|
||||||
Item {
|
Item {
|
||||||
id: item
|
id: item
|
||||||
x: parent.width / 2 - 24
|
x: parent.width / 2 - width / 2
|
||||||
y: parent.height / 2 - 24
|
y: parent.height / 2 - height / 2
|
||||||
width: 48
|
width: 48
|
||||||
height: 48
|
height: 48
|
||||||
opacity: control.running ? 1 : 0
|
opacity: control.running ? 1 : 0
|
||||||
|
Loading…
Reference in New Issue
Block a user