Removed set_border_width from the code, padding and margin values still
to be set in CSS file
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user