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

@@ -31,7 +31,6 @@ ToolVBox::ToolVBox()
void ToolVBox::updateStyle()
{
set_spacing(1); // Vertical space between tools
set_border_width(1); // Space separating the tab's frame and the tools
}
void ToolVBox::on_style_updated ()
@@ -47,7 +46,6 @@ ToolParamBlock::ToolParamBlock()
void ToolParamBlock::updateStyle()
{
set_spacing(2); // Vertical space between parameters in a single tool
set_border_width(6); // Space separating the parameters of a tool and its surrounding frame
}
void ToolParamBlock::on_style_updated ()
@@ -61,7 +59,6 @@ FoldableToolPanel::FoldableToolPanel(Gtk::Box* content, Glib::ustring toolName,
return;
}
// exp->set_border_width (5);
// exp->set_use_markup (true);
if (need11) {
Gtk::HBox *titleHBox = Gtk::manage(new Gtk::HBox());