Skip to content

Commit

Permalink
Tweak dialog default height
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jun 6, 2021
1 parent 80f054e commit 9ec9971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/version.h
Expand Up @@ -2,7 +2,7 @@
#include <config.h>
#define RADIANT_VERSION PACKAGE_VERSION
#else
#define RADIANT_VERSION "2.13.0pre1"
#define RADIANT_VERSION "2.13.0pre2"
#endif

#define RADIANT_APPNAME "DarkRadiant"
Expand Down
2 changes: 1 addition & 1 deletion install/user.xml
Expand Up @@ -81,7 +81,7 @@
</controlDialog>
</layers>
<mergeControlDialog>
<window xPosition="158" yPosition="241" width="400" height="290"/>
<window xPosition="158" yPosition="241" width="400" height="300"/>
</mergeControlDialog>
<textures>
<shaderChooser>
Expand Down

0 comments on commit 9ec9971

Please sign in to comment.