Fixed missing label in Preferences (no issue)

This commit is contained in:
Hombre 2017-01-22 19:59:43 +01:00
parent 20d44b6693
commit 392e6bd152

View File

@ -803,6 +803,7 @@ Gtk::Widget* Preferences::getColorManagementPanel ()
prtBPC->set_active (true);
row = 0;
gprinter->attach (*pplabel, 0, row, 1, 1);
gprinter->attach (*prtProfile, 1, row, 1, 1);
++row;
gprinter->attach (*pilabel, 0, row, 1, 1);