mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-12 14:01:38 +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:
@@ -6,7 +6,9 @@ import QtQuick.Controls.Basic
|
||||
MenuItem {
|
||||
id: item
|
||||
background: Rectangle {
|
||||
color: item.highlighted ? theme.lightContrast : theme.darkContrast
|
||||
radius: 10
|
||||
width: parent.width -20
|
||||
color: item.highlighted ? theme.menuHighlightColor : theme.menuBackgroundColor
|
||||
}
|
||||
|
||||
contentItem: Text {
|
||||
|
Reference in New Issue
Block a user