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)
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