diff options
Diffstat (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/inkscape.rc')
| -rw-r--r-- | themes/Mint-X-Aqua/gtk-2.0/styles/inkscape.rc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/themes/Mint-X-Aqua/gtk-2.0/styles/inkscape.rc b/themes/Mint-X-Aqua/gtk-2.0/styles/inkscape.rc new file mode 100644 index 00000000..e873b3ac --- /dev/null +++ b/themes/Mint-X-Aqua/gtk-2.0/styles/inkscape.rc @@ -0,0 +1,25 @@ +style "inkscape-toolbar" +{ + engine "pixmap" + { + image + { + function = BOX + file = "images/toolbars/toolbar.svg" + border = {0, 0, 0, 1} + stretch = TRUE + } + image + { + function = FLAT_BOX + file = "images/toolbars/toolbar.svg" + border = {0, 0, 0, 1} + stretch = TRUE + } + } +} + +# Fix the appearance of the main toolbar handlebox +widget "gtkmm__GtkWindow.SPDesktopWidget.GtkVBox.GtkHandleBox" style:highest "inkscape-toolbar" +# Fix the appearance of the main toolbar color picker +widget "gtkmm__GtkWindow.SPDesktopWidget.GtkVBox.GtkHandleBox*EventBox" style:highest "inkscape-toolbar" |
