|
|
@ -2119,6 +2119,11 @@ void setRcProperties(GtkRcStyle* rc_style, int forceRecreate)
|
|
|
|
stream << parse_rc_string("xthickness = 1", "*.GtkButton.*");
|
|
|
|
stream << parse_rc_string("xthickness = 1", "*.GtkButton.*");
|
|
|
|
stream << parse_rc_string("ythickness = 1", "*.GtkButton.*");
|
|
|
|
stream << parse_rc_string("ythickness = 1", "*.GtkButton.*");
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// stream << parse_rc_string("GtkTreeView::allow-rules = 0", "*");
|
|
|
|
|
|
|
|
// stream << parse_rc_string("GtkTreeView::tree-line-width = 1", "*");
|
|
|
|
|
|
|
|
// stream << parse_rc_string("GtkTreeView::vertical-separator = 30", "*");
|
|
|
|
|
|
|
|
// //stream << parse_rc_string("GtkTreeView::odd-row-color = { 0.0, 0.0, 0.0 }", "*");
|
|
|
|
|
|
|
|
|
|
|
|
stream << parse_rc_string("GtkButton::inner-border = {0, 0, 0, 0}", "*GtkToolbar*GtkButton*");
|
|
|
|
stream << parse_rc_string("GtkButton::inner-border = {0, 0, 0, 0}", "*GtkToolbar*GtkButton*");
|
|
|
|
stream << parse_rc_string("GtkButton::inner-border = {0, 0, 0, 0}", "*GtkToolbar*GtkToggleButton*");
|
|
|
|
stream << parse_rc_string("GtkButton::inner-border = {0, 0, 0, 0}", "*GtkToolbar*GtkToggleButton*");
|
|
|
|
stream << parse_rc_string("GtkButton::inner-border = {0, 0, 0, 0}", "*GtkNotebook*GtkButton*");
|
|
|
|
stream << parse_rc_string("GtkButton::inner-border = {0, 0, 0, 0}", "*GtkNotebook*GtkButton*");
|
|
|
|