[Solved] Dialogs missing decorations

Some of my dialogs are missing their decorations. I’m not sure what’s causing it, as some apps’ dialogs show their decorations correctly. Decorations work for dialogs in Gimp and gFTP, but they do not work for dialogs in Firefox, Inkscape, Kile & K3b (the only KDE apps I run), Anjuta (IDE written using GTK), Eclipse, Emacs.

I use the following decorations for all of my windows:

[code]DestroyDecor DefaultDecor
AddToDecor DefaultDecor

  • TitleStyle LeftJustified Height 20 Active (Colorset 4) Inactive (Colorset 3) – Flat
  • ButtonStyle 2 ActiveUp Vector 4 30x30@3 60x60@3 60x30@4 30x60@3
  • ButtonStyle 2 ActiveDown Vector 4 30x30@3 60x60@3 60x30@4 30x60@3
  • ButtonStyle 2 Inactive Vector 4 30x30@3 60x60@3 60x30@4 30x60@3
  • ButtonStyle 4 ActiveUp Vector 7 30x30@3 30x60@3 60x60@3 60x30@3 30x30@3 30x35@3 60x35@3
  • ButtonStyle 4 ActiveDown Vector 7 30x30@3 30x60@3 60x60@3 60x30@3 30x30@3 30x35@3 60x35@3
  • ButtonStyle 4 Inactive Vector 7 30x30@3 30x60@3 60x60@3 60x30@3 30x30@3 30x35@3 60x35@3
  • ButtonStyle 6 ActiveUp Vector 5 30x60@3 60x60@3 60x50@3 30x50@3 30x60@3
  • ButtonStyle 6 ActiveDown Vector 5 30x60@3 60x60@3 60x50@3 30x50@3 30x60@3
  • ButtonStyle 6 Inactive Vector 5 30x60@3 60x60@3 60x50@3 30x50@3 30x60@3
  • BorderStyle Simple – NoInset Flat
  • ButtonStyle All – UseTitleStyle Flat[/code]
Style * UseDecor DefaultDecor

Thanks in advance for any pointers on this!

I suspect you’re referring to transient windows:

style * DecorateTransient

– Thomas Adam

Wow, that was quick! And you’re guess was right, as was your tip. It’s working now. Thanks a lot!