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/793405

Title:
  guake is not restored to its original size after fullscreen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guake/+bug/793405/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to