Minor theme and help fixes

This commit is contained in:
dragonmacher
2025-12-04 14:08:01 -05:00
parent f97d9c1346
commit 9d4f0ded27
2 changed files with 10 additions and 10 deletions

View File

@@ -19,7 +19,7 @@ color.bg.decompiler.current.variable = color.palette.highlight.transparent.yello
color.bg.decompiler.highlights.middle.mouse = color.bg.highlight
color.bg.decompiler.highlights.default = color.palette.highlight.transparent.yellow
color.bg.decompiler.highlights.special = color.palette.crimson
color.bg.decompiler.highlights.find = color.palette.cornflowerblue
color.bg.decompiler.highlights.find = color.palette.lightsteelblue
color.bg.decompiler.highlights.find.active = color.palette.lightskyblue
color.bg.decompiler.pcode.dfg.vertex.default = color.palette.red
@@ -49,4 +49,4 @@ font.decompiler.pcode.dfg = font.graphdisplay.default
[Dark Defaults]
color.bg.decompiler.highlights.find = color.palette.cornflowerblue

View File

@@ -312,11 +312,11 @@
<P>Consider the view where the files in the current project are presented in your choice of
a tree or a table. Suppose there are minimally these two files:</P>
<UL>
<LI>'foo.dll', compiled by GCC on January 21st, and 'foo_new.dll',</LI>
<UL>
<LI>'foo.dll', compiled by GCC on January 21st, and </LI>
<LI>compiled by Visual Studio on January 21st.</LI>
</UL>
<LI>'foo_new.dll', compiled by Visual Studio on January 21st.</LI>
</UL>
<P>The filter</P>
@@ -537,10 +537,10 @@
</CENTER><BR>
<P>Notice that the headers for both the <B>Label</B> and <B>Function Size</B> columns have
the <IMG alt="" src="images/view-filter.png"> icon. This indicates that there is an applied
column based filter and those columns are the ones whose values are affected by the
filter.</P>
<P>Notice that the headers for both the <B>Label</B> and <B>Function Size</B> columns have
the <IMG alt="" src="icon.widget.filterpanel.filter.off"> icon. This indicates that there
is an applied column based filter and those columns are the ones whose values are affected
by the filter.</P>
</BLOCKQUOTE>
</BLOCKQUOTE>