Handling the Slim mode

This commit is contained in:
Hombre
2015-08-15 12:54:30 +02:00
parent 92b9842b47
commit fe2d8b1c68
5 changed files with 55 additions and 20 deletions

View File

@@ -55,8 +55,8 @@ 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 6
} else {
set_spacing(4); // Vertical space between parameters in a single tool
set_border_width(8); // Space separating the parameters of a tool and its surrounding frame 8
set_spacing(2); // Vertical space between parameters in a single tool
set_border_width(7); // Space separating the parameters of a tool and its surrounding frame 8
}
}