Skip to content

Commit

Permalink
Potential fix for #111
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias committed Apr 13, 2017
1 parent 4fdb5b3 commit 63b6b3f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Zukitre/gtk-2.0/gtkrc
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,18 @@ style "pixmap-sidebar-handle-left" {
}
}

style "null" {

engine "pixmap" {

image {
function = BOX
file = "assets/null.png"
stretch = TRUE
}
}
}

###############################################################################
# The following part of the gtkrc applies the different styles to the widgets.
###############################################################################
Expand Down Expand Up @@ -843,6 +855,9 @@ widget_class "*<GtkListItem>*" style "fg-is-text-color-workaround"
widget_class "*<GtkCList>" style "fg-is-text-color-workaround"
widget_class "*<EelEditableLabel>" style "fg-is-text-color-workaround"

# Eclipse/SWT
widget "*swt-toolbar-flat" style "null"

# EXTERNAL FILES
include "panel.rc"
include "check-radio.rc"
Expand Down

0 comments on commit 63b6b3f

Please sign in to comment.