diff options
author | Horst3180 | 2016-12-15 13:40:54 +0100 |
---|---|---|
committer | Horst3180 | 2016-12-15 13:40:54 +0100 |
commit | 7da711e12de1a3c7cf8e5b1cf91ce8899b4dd728 (patch) | |
tree | 77a890b6a8740b7cb74fda8e8de8c821ea59107a | |
parent | d641d3de1641a9aa0a0f6ac1bacec91d9fdd3326 (diff) | |
download | solarc-theme-7da711e12de1a3c7cf8e5b1cf91ce8899b4dd728.tar.gz solarc-theme-7da711e12de1a3c7cf8e5b1cf91ce8899b4dd728.tar.xz solarc-theme-7da711e12de1a3c7cf8e5b1cf91ce8899b4dd728.zip |
gtk2: fix thunar bulk rename entry (fix #707)
-rw-r--r-- | common/gtk-2.0/apps.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/gtk-2.0/apps.rc b/common/gtk-2.0/apps.rc index 8dbf332..457542f 100644 --- a/common/gtk-2.0/apps.rc +++ b/common/gtk-2.0/apps.rc @@ -144,6 +144,9 @@ widget_class "*MousepadSearchBar*.<GtkEntry>" style "entry_border" # Mousepad find and replace widget_class "*MousepadReplaceDialog*.<GtkEntry>" style "entry_border" +# Thunar bulk rename +widget_class "*ThunarRenamerDialog*.<GtkEntry>" style "entry_border" + # Hexchat input box class "SexySpellEntry" style:highest "entry_border" |