Issue 641 - replacing DPI to PPI
This commit is contained in:
@@ -45,10 +45,10 @@ class Crop : public Gtk::VBox, public CropGUIListener, public FoldableToolPanel,
|
||||
Gtk::SpinButton* y;
|
||||
Gtk::SpinButton* w;
|
||||
Gtk::SpinButton* h;
|
||||
Gtk::SpinButton* dpi;
|
||||
Gtk::SpinButton* ppi;
|
||||
Gtk::Label* sizecm;
|
||||
Gtk::Label* sizein;
|
||||
Gtk::VBox* dpibox;
|
||||
Gtk::VBox* ppibox;
|
||||
int maxw, maxh;
|
||||
int nx, ny, nw, nh;
|
||||
int lastRotationDeg;
|
||||
|
Reference in New Issue
Block a user