Skip to content

Commit

Permalink
Fix Gtk2 radiobuttons (Issue shimmerproject#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Mar 23, 2018
1 parent 9b7b218 commit 031f985
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 0 deletions.
Binary file added gtk-2.0/assets/button-default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/assets/button-hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/assets/button-insensitive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added gtk-2.0/assets/button-pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions gtk-2.0/gtkrc
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,47 @@ style "radio"
overlay_file = "assets/radio-mixed-insensitive.png"
overlay_stretch = FALSE
}
image
{
function = BOX
detail = "buttondefault"
recolorable = TRUE
file = "assets/button-default.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = BOX
state = PRELIGHT
recolorable = TRUE
file = "assets/button-hover.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = BOX
state = ACTIVE
file = "assets/button-pressed.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = BOX
state = INSENSITIVE
file = "assets/button-insensitive.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
image
{
function = BOX
file = "assets/button-default.png"
border = { 4, 4, 4, 4 }
stretch = TRUE
}
}
}

Expand Down

0 comments on commit 031f985

Please sign in to comment.