Fix theme margins
Fix spacing that was changed due to the restructuring of foldable tool panels.
This commit is contained in:
@@ -37,11 +37,6 @@ public:
|
||||
Resize ();
|
||||
~Resize () override;
|
||||
|
||||
Gtk::Box* getPackBox ()
|
||||
{
|
||||
return packBox;
|
||||
}
|
||||
|
||||
void read (const rtengine::procparams::ProcParams* pp, const ParamsEdited* pedited = nullptr) override;
|
||||
void write (rtengine::procparams::ProcParams* pp, ParamsEdited* pedited = nullptr) override;
|
||||
void setDefaults (const rtengine::procparams::ProcParams* defParams, const ParamsEdited* pedited = nullptr) override;
|
||||
@@ -89,7 +84,6 @@ private:
|
||||
int cropw, croph;
|
||||
sigc::connection sconn, aconn, wconn, hconn, leconn, seconn;
|
||||
bool wDirty, hDirty, leDirty, seDirty;
|
||||
ToolParamBlock* packBox;
|
||||
IdleRegister idle_register;
|
||||
|
||||
static constexpr int MAX_SCALE = 16; // 16 to match the main preview max scale of 1600%
|
||||
|
Reference in New Issue
Block a user