Removed set_border_width from the code, padding and margin values still
to be set in CSS file
This commit is contained in:
@@ -21,8 +21,6 @@
|
||||
ImageAreaPanel::ImageAreaPanel () : before(NULL), after(NULL)
|
||||
{
|
||||
|
||||
set_border_width (2);
|
||||
|
||||
imageArea = new ImageArea (this);
|
||||
|
||||
Gtk::HBox* hb1 = Gtk::manage (new Gtk::HBox ());
|
||||
|
Reference in New Issue
Block a user