Skip to content

Commit

Permalink
Increase xthickness on the tasklist
Browse files Browse the repository at this point in the history
Increase the padding between items in the tasklist-plugin.
shimmerproject#9
  • Loading branch information
EricKoegel committed May 11, 2015
1 parent 32d8842 commit 660f84e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions gtk-2.0/gtkrc
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,12 @@ style "bold-panel-item" {
widget "*Panel*MenuBar*" style "bold-panel-item"
widget "*gimmie*" style "bold-panel-item"

style "tasklist-padding" {
xthickness = 12
}

widget "*tasklist*" style "tasklist-padding"

# widget_class "*Mail*" style "evolve-panel" # Disabled to fix Evolution bug
# class "*Panel*" style "evolve-panel" # Disabled to fix bug

Expand Down

0 comments on commit 660f84e

Please sign in to comment.