mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-12 05:49:07 +00:00
Update theme for menus (#2578)
* Add radius to selected menu items, adust width to fit. Update colors. * Fix server text color in chatview. Signed-off-by: 3simplex <10260755+3Simplex@users.noreply.github.com>
This commit is contained in:
@@ -14,7 +14,9 @@ Menu {
|
||||
background: Rectangle {
|
||||
implicitWidth: 220
|
||||
implicitHeight: 40
|
||||
color: theme.controlBackground
|
||||
color: theme.menuBackgroundColor
|
||||
border.color: theme.menuBorderColor
|
||||
border.width: 1
|
||||
radius: 10
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user