New batch of Theme bugfix, see issue #3446 (still WIP)

This commit is contained in:
Hombre
2016-10-20 22:38:37 +02:00
parent 712468197d
commit f6a9e13297
13 changed files with 116 additions and 263 deletions

View File

@@ -43,23 +43,15 @@ public:
/// @brief This class control the space around the group of tools inside a tab, as well as the space separating each tool. */
class ToolVBox : public Gtk::VBox
{
private:
void updateStyle();
public:
ToolVBox();
void on_style_updated ();
};
/// @brief This class control the space around a tool's block of parameter. */
class ToolParamBlock : public Gtk::VBox
{
private:
void updateStyle();
public:
ToolParamBlock();
void on_style_updated ();
};
class ToolPanel