try a nil color on the tables
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
56f987916c
commit
845e1bf5b0
|
@ -69,7 +69,7 @@ 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{72, 0, 0, 142}
|
||||||
// mh.Rows[row].HumanData[0].Color = nil
|
// mh.Rows[row].HumanData[0].Color = nil
|
||||||
}
|
}
|
||||||
mh.Rows[row].HumanData[1].Text = item.Name
|
mh.Rows[row].HumanData[1].Text = item.Name
|
||||||
|
|
Loading…
Reference in New Issue