Skip to content

Commit

Permalink
Gtk-2.0: [Xfce4-panel] Unset inner-border spacing from GtkButton
Browse files Browse the repository at this point in the history
This commit fixes the issue: #471.
  • Loading branch information
tista500 committed Jul 31, 2017
1 parent f678dc0 commit 35438bd
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gtk/gtk-2.0/3rd-party-dark-eta.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ style "xfce-heading" {
}

style "theme-panel" {
GtkButton::inner-border = { 0, 0, 0, 0 }
xthickness = 2
ythickness = 0

Expand Down Expand Up @@ -37,6 +38,7 @@ style "panelbar" {
}

style "panelbuttons" {
GtkButton::inner-border = { 0, 0, 0, 0 }
xthickness = 2
ythickness = 0

Expand Down Expand Up @@ -231,6 +233,7 @@ widget_class "*Xfce*Panel*Button*" style "panelbuttons"
widget_class "*<XfceArrowButton>" style "panelbuttons"
widget_class "*<XfceActionsPlugin>*" style "panelbuttons"
widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons"
widget_class "*XfcePanelPlugin.GtkToggleButton" style "panelbuttons"
widget "*dict*Applet*" style "panelbuttons"
widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons"
widget_class "*Tasklist*" style:highest "panelbuttons"
Expand Down
3 changes: 3 additions & 0 deletions gtk/gtk-2.0/3rd-party-dark.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ style "xfce-heading" {
}

style "theme-panel" {
GtkButton::inner-border = { 0, 0, 0, 0 }
xthickness = 2
ythickness = 0

Expand Down Expand Up @@ -37,6 +38,7 @@ style "panelbar" {
}

style "panelbuttons" {
GtkButton::inner-border = { 0, 0, 0, 0 }
xthickness = 2
ythickness = 0

Expand Down Expand Up @@ -231,6 +233,7 @@ widget_class "*Xfce*Panel*Button*" style "panelbuttons"
widget_class "*<XfceArrowButton>" style "panelbuttons"
widget_class "*<XfceActionsPlugin>*" style "panelbuttons"
widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons"
widget_class "*XfcePanelPlugin.GtkToggleButton" style "panelbuttons"
widget "*dict*Applet*" style "panelbuttons"
widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons"
widget_class "*Tasklist*" style:highest "panelbuttons"
Expand Down
3 changes: 3 additions & 0 deletions gtk/gtk-2.0/3rd-party-eta.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ style "xfce-heading" {
}

style "theme-panel" {
GtkButton::inner-border = { 0, 0, 0, 0 }
xthickness = 2
ythickness = 0

Expand Down Expand Up @@ -37,6 +38,7 @@ style "panelbar" {
}

style "panelbuttons" {
GtkButton::inner-border = { 0, 0, 0, 0 }
xthickness = 2
ythickness = 0

Expand Down Expand Up @@ -259,6 +261,7 @@ widget_class "*Xfce*Panel*Button*" style "panelbuttons"
widget_class "*<XfceArrowButton>" style "panelbuttons"
widget_class "*<XfceActionsPlugin>*" style "panelbuttons"
widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons"
widget_class "*XfcePanelPlugin.GtkToggleButton" style "panelbuttons"
widget "*dict*Applet*" style "panelbuttons"
widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons"
widget_class "*Tasklist*" style:highest "panelbuttons"
Expand Down
3 changes: 3 additions & 0 deletions gtk/gtk-2.0/3rd-party.rc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ style "xfce-heading" {
}

style "theme-panel" {
GtkButton::inner-border = { 0, 0, 0, 0 }
xthickness = 2
ythickness = 0

Expand Down Expand Up @@ -37,6 +38,7 @@ style "panelbar" {
}

style "panelbuttons" {
GtkButton::inner-border = { 0, 0, 0, 0 }
xthickness = 2
ythickness = 0

Expand Down Expand Up @@ -259,6 +261,7 @@ widget_class "*Xfce*Panel*Button*" style "panelbuttons"
widget_class "*<XfceArrowButton>" style "panelbuttons"
widget_class "*<XfceActionsPlugin>*" style "panelbuttons"
widget_class "*XfcePanelPlugin.GtkButton" style "panelbuttons"
widget_class "*XfcePanelPlugin.GtkToggleButton" style "panelbuttons"
widget "*dict*Applet*" style "panelbuttons"
widget_class "*Xfce*NetkTasklist*GtkToggleButton" style "panelbuttons"
widget_class "*Tasklist*" style:highest "panelbuttons"
Expand Down

0 comments on commit 35438bd

Please sign in to comment.