Replaced contrast mask icon

This commit is contained in:
Morgan Hardwood
2018-07-13 18:57:35 +02:00
parent 10af344672
commit 4340ece3e3
13 changed files with 111 additions and 381 deletions

View File

@@ -28,8 +28,8 @@ IndicateClippedPanel::IndicateClippedPanel (ImageArea* ia) : imageArea(ia)
iFoff = new RTImage ("focusscreen-off.png");
// for previewSharpMask, needs to be replaced with different icons
iSon = new RTImage ("previewmodeF-focusScreen-on.png");
iSoff = new RTImage ("previewmodeF-focusScreen-off.png");
iSon = new RTImage ("contrastmask-on.png");
iSoff = new RTImage ("contrastmask-off.png");
previewFocusMask = Gtk::manage (new Gtk::ToggleButton ());
previewFocusMask->set_relief(Gtk::RELIEF_NONE);