Skip to content

Commit

Permalink
ttip: few more tweaks to floating tooltip look
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Mar 14, 2016
1 parent 4ebf8a2 commit f929361
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data/gui/default/widget/window_tooltip_large.cfg
Expand Up @@ -119,8 +119,8 @@
y = 2
w = "(if(width < 4, 0, width - 4))"
h = "(if(height < 4, 0, height - 4))"
name = "dialogs/menu-background.png"
resize_mode = "tile"
name = "dialogs/selection-background.png"
resize_mode = "stretch"
[/image]

[rectangle]
Expand Down
2 changes: 1 addition & 1 deletion data/gui/default/window/tooltip_large.cfg
Expand Up @@ -215,7 +215,7 @@ def reevaluate_best_size(w, s)

[label]
id = "label"
definition = "default"
definition = "gold_small"

wrap = "true"
[/label]
Expand Down

0 comments on commit f929361

Please sign in to comment.