mirror of
https://github.com/rizinorg/cutter.git
synced 2025-01-18 18:38:51 +00:00
Add configurable graph overview node color (#1259)
This commit is contained in:
parent
3fed97ad86
commit
8b7d795a15
@ -23,7 +23,8 @@ static const QStringList cutterSpecificOptions = {
|
||||
"gui.navbar.empty",
|
||||
"angui.navbar.str",
|
||||
"gui.disass_selected",
|
||||
"gui.breakpoint_background"
|
||||
"gui.breakpoint_background",
|
||||
"gui.overview.node"
|
||||
};
|
||||
|
||||
ColorSchemeFileSaver::ColorSchemeFileSaver(QObject *parent) : QObject (parent)
|
||||
|
@ -202,6 +202,12 @@ static const QMap<QString, OptionIfo> optionInfoMap = {
|
||||
},
|
||||
{ "graph.current", { "", "graph.current", false } },
|
||||
{ "graph.traced", { "", "graph.traced", false } },
|
||||
{
|
||||
"gui.overview.node", {
|
||||
QObject::tr("Background color of Graph Overview's node"),
|
||||
QObject::tr("Graph Overview node"), true
|
||||
}
|
||||
},
|
||||
{ "gui.cflow", { "", "gui.cflow", true } },
|
||||
{ "gui.dataoffset", { "", "gui.dataoffset", true } },
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user