Removed set_border_width from the code, padding and margin values still

to be set in CSS file
This commit is contained in:
Hombre
2016-02-23 21:36:00 +01:00
parent cb916f7c2d
commit 3577d87862
39 changed files with 609 additions and 182 deletions

View File

@@ -23,9 +23,7 @@
ZoomPanel::ZoomPanel (ImageArea* iarea) : iarea(iarea)
{
get_style_context()->add_class ("editorZoomPanel");
set_border_width (0);
set_name ("EditorZoomPanel");
Gtk::Image* imageOut = Gtk::manage (new RTImage ("gtk-zoom-out.png"));
imageOut->set_padding(0, 0);