You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/dev-games/ogre/files/ogre-1.12.9-fix_config_wind...

12 lines
648 B

--- a/Components/Bites/src/OgreGLXConfigDialog.cpp 2020-09-21 15:17:33.783741691 +0200
+++ b/Components/Bites/src/OgreGLXConfigDialog.cpp 2020-09-21 15:17:35.948741768 +0200
@@ -74,7 +74,7 @@
class GLXConfigurator {
/* GUI constants */
static const int wWidth = 500; // Width of window
- static const int wHeight = 380; // Height of window
+ static const int wHeight = 340; // Height of window
static const int col1x = 20; // Starting x of column 1 (labels)
static const int col2x = 230; // Starting x of column 2 (options)
static const int col1w = 200; // Width of column 1 (labels)