mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-07 11:30:05 +00:00
Changes to the UI and icons.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
@@ -27,11 +27,12 @@ Button {
|
||||
anchors.fill: parent
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
color: "transparent"
|
||||
color: myButton.toggledColor
|
||||
visible: myButton.toggled
|
||||
border.color: myButton.toggledColor
|
||||
border.width: myButton.toggledWidth
|
||||
radius: 10
|
||||
radius: 6
|
||||
opacity: .2
|
||||
}
|
||||
Image {
|
||||
id: image
|
||||
|
Reference in New Issue
Block a user