/** Applies changes to the toolbar */
 void apply() {
   confPanel.apply();
   app.updateToolBar();
   app.setUnsaved();
 }