cai567890 / pcsx2

Automatically exported from code.google.com/p/pcsx2
1 stars 0 forks source link

Emulation Settings dialog too tall #1487

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If you use Gnome3 in a resolution that is 768 pixels tall, the Emulation 
Settings dialog is tall enought so that you can't see the dialog buttons in the 
bottom, like Ok, Cancel, etc. (I actually don't even know what are the captions 
for those buttons because I'm not able to see them at all).

The problem seems to be related to the Game Fixes panel, because it's the only 
panel that fills the entire dialog area. I think there's some wasted space 
inside the dialog, as you can see in the screenshot I uploaded. Also the fixes 
could be put inside a scroll area so that any number of fixes could be included 
without changing the final height of the dialog. 

(I tried to make the screenshot as small as possible, but still showing my 
entire screen so you can see exactly what I see. That's why the resolution 
sucks)

Original issue reported on code.google.com by eduardom...@gmail.com on 22 Mar 2014 at 8:43

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by refraction on 22 Mar 2014 at 9:03

GoogleCodeExporter commented 9 years ago
wx is a PITA for the size on linux... I will see if I can reduce the top space. 
I will try to discuss with others how we can improve this panel for small 
screen. 

Original comment by gregory....@gmail.com on 30 Mar 2014 at 9:20

GoogleCodeExporter commented 9 years ago
Can you test latest git and tell me if it ok with you.

Original comment by gregory....@gmail.com on 11 Apr 2014 at 7:20

GoogleCodeExporter commented 9 years ago
I'm trying to compile it in Fedora 20, but to no avail. I'm going to keep 
trying, anyway. I installed all the packages in the Fedora part of the 
Compilation Guide for Linux, some libraries are not found for some reason when 
I run build.sh. I would be glad if someone could help me.

By the way, is this issue tracker still being used now that the project is in 
github?

Original comment by eduardom...@gmail.com on 11 Apr 2014 at 10:55

GoogleCodeExporter commented 9 years ago
Those are the messages that I get

-- Could NOT find OpenGL (missing:  OPENGL_gl_LIBRARY) 
-- Could NOT find Threads (missing:  Threads_FOUND) 
-- Could NOT find Libc (missing:  LIBC_LIBRARIES) 
-- Could NOT find SparseHash_new (missing:  SPARSEHASE_NEW_INCLUDE_DIR)

I don't know which packages to install. If I had the filenames, I could use yum 
provides

Original comment by eduardom...@gmail.com on 11 Apr 2014 at 11:47

GoogleCodeExporter commented 9 years ago
I found the OpenGL and Libc packages: mesa-libGL-devel and glibc-devel. Now I'm 
just missing Threads and SparseHash_new

-- Could NOT find Threads (missing:  Threads_FOUND) 
-- Could NOT find SparseHash_new (missing:  SPARSEHASE_NEW_INCLUDE_DIR)

Original comment by eduardom...@gmail.com on 12 Apr 2014 at 12:05

GoogleCodeExporter commented 9 years ago
You don't need sparsehase_new. And thread is probably useless. It would build 
everything.

Yes I still follow older issue here.

Original comment by gregory....@gmail.com on 12 Apr 2014 at 8:18