More GUI touch up

- Grid lines of the Histogram are now white @ 35% opacity
- Chromaticity histogram is now black
- Frame of the Navigator is now rendered
- DCP's option is now in a single column like in master, was too wide
before
This commit is contained in:
Hombre
2016-01-17 18:28:35 +01:00
parent 93d01f3a82
commit 57b1edb84d
3 changed files with 10 additions and 14 deletions

View File

@@ -88,6 +88,7 @@ void PreviewWindow::updatePreviewImage ()
}
}
}
style->render_frame (cc, 0, 0, W, H);
}
void PreviewWindow::setPreviewHandler (PreviewHandler* ph)