color test for macos & windows
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
87ee1e2be2
commit
56f987916c
|
@ -69,7 +69,8 @@ func ReadReceivedData(data *pb.Event, mh *gui.TableData) {
|
||||||
if (row % 2) == 1 {
|
if (row % 2) == 1 {
|
||||||
mh.Rows[row].HumanData[0].Color = color.RGBA{100, 100, 100, 142} // makes the background of each other row grey
|
mh.Rows[row].HumanData[0].Color = color.RGBA{100, 100, 100, 142} // makes the background of each other row grey
|
||||||
} else {
|
} else {
|
||||||
mh.Rows[row].HumanData[0].Color = color.RGBA{0, 0, 0, 142}
|
// mh.Rows[row].HumanData[0].Color = color.RGBA{0, 0, 0, 142}
|
||||||
|
// mh.Rows[row].HumanData[0].Color = nil
|
||||||
}
|
}
|
||||||
mh.Rows[row].HumanData[1].Text = item.Name
|
mh.Rows[row].HumanData[1].Text = item.Name
|
||||||
mh.Rows[row].HumanData[1].Color = color.RGBA{0, 0, 0, 0}
|
mh.Rows[row].HumanData[1].Color = color.RGBA{0, 0, 0, 0}
|
||||||
|
|
Loading…
Reference in New Issue