Always show image dimensions below navigator preview, fixes #4359

This commit is contained in:
heckflosse
2018-02-04 18:55:21 +01:00
parent ff808c823b
commit b4227e1a02
2 changed files with 5 additions and 3 deletions

View File

@@ -37,6 +37,7 @@ private:
void cycleUnitsHSV (GdkEventButton *event);
protected:
Gtk::Label* dimension;
Gtk::Label* position;
Gtk::Label *R, *G, *B;
Gtk::Label *H, *S, *V;