mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-12 21:26:21 +00:00
Shrink the icons a bit.
This commit is contained in:
parent
0e831a5dbc
commit
5b7d3c4813
16
main.qml
16
main.qml
@ -225,8 +225,8 @@ Window {
|
|||||||
}
|
}
|
||||||
Image {
|
Image {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: 50
|
width: 30
|
||||||
height: 50
|
height: 30
|
||||||
source: "qrc:/gpt4all/icons/network.svg"
|
source: "qrc:/gpt4all/icons/network.svg"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -261,8 +261,8 @@ Window {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: 40
|
width: 30
|
||||||
height: 40
|
height: 30
|
||||||
source: "qrc:/gpt4all/icons/settings.svg"
|
source: "qrc:/gpt4all/icons/settings.svg"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -307,8 +307,8 @@ Window {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: 40
|
width: 30
|
||||||
height: 40
|
height: 30
|
||||||
source: "qrc:/gpt4all/icons/copy.svg"
|
source: "qrc:/gpt4all/icons/copy.svg"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -389,8 +389,8 @@ Window {
|
|||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
Image {
|
Image {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
width: 40
|
width: 30
|
||||||
height: 40
|
height: 30
|
||||||
source: "qrc:/gpt4all/icons/regenerate.svg"
|
source: "qrc:/gpt4all/icons/regenerate.svg"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user