blob: e873b3ac91bee33409cbc626c570f79fc078b4d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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"
|