i was having problem when by mistake i slided the slider completely down to
screen and unable to see the slider.
i played with code and got this one,this code sets the maximum height for guake
search for this line 686
max_height = self.window.get_screen().get_height()
percent = y / (max_height / 100)
change value to
max_height = self.window.get_screen().get_height()
percent = y / (max_height / 90)
using mint 17 XFCE guake version 0.4.4
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/750139
Title:
Guake size is messed up
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/750139/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs