Tweaked crosshair icon, #4469

This commit is contained in:
Morgan Hardwood
2018-07-15 12:32:47 +02:00
parent 47550eece2
commit 3750b00272
13 changed files with 23 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ ToolBar::ToolBar () : showColPickers(true), listener (nullptr), pickerListener(n
editingMode = false;
handimg.reset(new RTImage("hand-open.png"));
editinghandimg.reset(new RTImage("crosshair1-adjust.png"));
editinghandimg.reset(new RTImage("crosshair-adjust.png"));
handTool = Gtk::manage (new Gtk::ToggleButton ());
handTool->add (*handimg);