Fixes incorrect icon width on previewmodepanel toggle buttons

This commit is contained in:
Pandagrapher
2022-12-13 11:47:56 +01:00
parent 21ebb81ece
commit 41a0bef2d8
2 changed files with 86 additions and 72 deletions

View File

@@ -20,7 +20,6 @@
#include <gtkmm.h>
class ImageArea;
class RTImage;
class PreviewModePanel :
public Gtk::Box
@@ -45,14 +44,6 @@ protected:
const Glib::ustring nBC1, ngBC1;
const Glib::ustring nBC2, ngBC2;
const Glib::ustring nBC3, ngBC3;
RTImage* const iR;
RTImage* const iG;
RTImage* const iB;
RTImage* const iL;
RTImage* const iBC0;
RTImage* const iBC1;
RTImage* const iBC2;
RTImage* const iBC3;
public:
explicit PreviewModePanel (ImageArea* ia);