You are not logged in.
Pages: 1
Good day to all.
I have now an issue with my bottom right resize icon that I do not understand why it has gone wrong. It overlaps the buttons and does not fit any theme (it never changes).
.
What do I have to fix to get that back to normal? What did I lose? Which package do I have to reinstall (I am under ubuntu 11.04)?
Thanks for your help
Offline
Create/edit the file ~/.gtkrc-2.0 with the following contents:
style "default-style"
{
GtkWindow::resize-grip-height = 4
GtkWindow::resize-grip-width = 4
}
The value 4 is editable and determines the size of the grip. It also represents the area required to grip the corner to resize the box, so the lower the value the more difficult the resize.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Thank you for this answer.
But is it the normal behavior of this grip? I would think that the themes do resize it in order to be inobstrusive. However, whatever the theme, the grip seems to always be identical and get over the buttons.
Offline
It's not normal that the corner get over the buttons. And also, the grip change depending on the theme, more precisely the Window Manager theme (not the Appearance theme) :
What is your Xfce version ?
Xfce is NOT Xubuntu. Bugs in Xubuntu don't mean that Xfce is buggy ...
Offline
Xfce 4.8, ubuntu 11.04
Offline
Pages: 1
[ Generated in 0.013 seconds, 7 queries executed - Memory usage: 529.46 KiB (Peak: 530.74 KiB) ]