Skip to content

Commit

Permalink
Update main.rc.hidpi (which forgot to update)
Browse files Browse the repository at this point in the history
  • Loading branch information
nana-4 committed Nov 15, 2018
1 parent e801fcf commit a334f0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gtk-2.0/main.rc.hidpi
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ style "default" {
GtkToolbar::internal-padding = 4
GtkToolButton::icon-spacing = 8

GtkWidget::tooltip-radius = 4
GtkWidget::tooltip-radius = 8
GtkWidget::tooltip-alpha = 230
GtkWidget::new-tooltip-style = 1 #for compatibility

Expand Down Expand Up @@ -681,7 +681,7 @@ style "default" {
image {
function = FOCUS
file = "assets/focus.png"
border = {4, 4, 4, 4}
border = {10, 10, 10, 10} # Super strange, {8, 8, 8, 8} does not work properly...
stretch = TRUE
}

Expand Down

0 comments on commit a334f0b

Please sign in to comment.