More procparams.h relaxation

This commit is contained in:
Flössie
2019-03-01 17:40:02 +01:00
parent 0cbc4923bc
commit 57d030881d
76 changed files with 597 additions and 538 deletions

View File

@@ -24,9 +24,6 @@
#include "toolpanel.h"
#include "guiutils.h"
using namespace rtengine;
using namespace rtengine::procparams;
ProfileStoreLabel::ProfileStoreLabel (const ProfileStoreEntry *entry) : Gtk::Label (entry->label), entry (entry)
{
set_alignment (0, 0.5);