Team-To-Be-Determined / gnome-paint

Gnome Paint - A Lightweight Paint Application
GNU General Public License v3.0
0 stars 2 forks source link

Can't click windows when windows exceeds screen size #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Opening gnome paint in a small resolution screen such as a netbook's.

What is the expected output? What do you see instead?
The window not to move even if it is bigger than the screen. I.E when i run the 
program it exceeds the screen's size, and when i try to click the scroll bars, 
menus or anything else the window moves up and down wierdly, making me unable 
to use the program. Only solution i've found is to hide the lower panel bar.

What version of the product are you using? On what operating system?
0.3 on ubuntu 10.10

Please provide any additional information below.
1024x600 resolution

Original issue reported on code.google.com by tatarap...@gmail.com on 15 Oct 2010 at 10:11

GoogleCodeExporter commented 8 years ago
Hello tataraperz,
Look for the file 'gnome_paint.ui', should be in '/usr/share/gnome-paint/ui/' 
folder.
Open the file (you'll have to be root) and edit the line

    <property name="default_height">640</property>

Should be around line 9 or so, and change 640 to something like

    <property name="default_height">480</property>

Save, then restart gnome-paint.
That will change the default height of gnome-paint. Adjust as necessary.

Juan

Original comment by juan.bal...@gmail.com on 16 Oct 2010 at 4:04

GoogleCodeExporter commented 8 years ago
see issue 20

Original comment by keen...@gmail.com on 13 Jan 2011 at 9:40