Tweak 'a' placement in splash

This commit is contained in:
Campbell Barton 2015-07-08 00:56:09 +10:00
parent 2d25656e05
commit c27589e19f
Notes: blender-bot 2023-02-14 10:37:50 +01:00
Referenced by issue #54887, OSL: Cycles Script Node with trace call crashes Blender on render
Referenced by issue #50126, Modeling (mode edit) and stack overflow into the driver NVIDIA
Referenced by issue #49649, Goal Strength parameter in “Soft Body Goal” works differently in 2.76+ versions
Referenced by issue #48916, Proxy Custom File is broken
Referenced by issue #47394, Explode Modifier: Particle UV setting
Referenced by issue #47401, Particle System- HAIR and Vertex Groups
Referenced by issue #47242, Wierd behaviour of Mirror and Scale tools
Referenced by issue #46731, Proxy controls break when appending in scenes to new file
Referenced by issue #46732, Proxy stamp ( Meta data) not rendering in hardware using VSE
Referenced by issue #46467, Clean Keyframes removes the channels.
Referenced by issue #46456, quitting while using dynotopo (dynamic topography) if you press ESC
Referenced by issue #46449, Blender VSE does not import all audio tracks on mp4.
Referenced by issue #46444, Blender crashes on .dae import
Referenced by issue #46428, UI bug for IK-constraint used with iTaSC-Solver
Referenced by issue #46400, Blender 2.75rc3 crash when extruding plane
Referenced by issue #46341, OS X trackpad and magic mouse gestures not working
Referenced by issue #46335, Blender Internal Renderer artifacts
Referenced by issue #46325, bone rotation
Referenced by issue #46299, File Browser Crash while listing big folders in preview mode (fonts, images...).
Referenced by issue #46296, Rigify: Bone Heat Weighting: failed to find solution for one or more bones
Referenced by issue #46221, Mixed shader Glass and Transparent displayed as solid in render, prerender as wished.
Referenced by issue #46223, Open EXR multiview image sequences crash Blender 2.75a and 2.76rc
Referenced by issue #46133, Units change to none after editing an added cylinder
Referenced by issue #46110, Cycles: rays miss triangles
Referenced by issue #46097, Can't save bckgrnd imgs
Referenced by issue #46075, Problem with textures in combination with using min and max on the mapping node
Referenced by issue #46047, Group Instance Transform
Referenced by issue #46048, Cutom Properties
Referenced by issue #46053, osl in Cycles Branched Path Tracing bug
Referenced by issue #46044, Cycles: Material is rendered completely black without reason
Referenced by issue #46026, Brush Select ( " C "  ) bug - additionaly selects random vertices on any given mesh
Referenced by issue #46033, MultiLayer exr
Referenced by issue #46018, Inset and scale problems with faces
Referenced by issue #46005, Incorrect output with "Display: Keep UI"
Referenced by issue #46009, Render view not updated when Images Draw Method is GLSL
Referenced by issue #45987, Win10 64-bit - Cycles - Various CUDA errors in cuCtxSynchronize()
Referenced by issue #45973, Geometry displacement slider doesn't update 3D View Editor.
Referenced by issue #45949, Win10 - Cycles with Cuda - ILLEGAL_ADDRESS om cuCtxSynchronize()
Referenced by issue #45954, Inset: VCol not correctly initiated for new vertices
Referenced by issue #45903, ikSPline error with new depsgraph
Referenced by issue #45892, GPU Render Using AMD FirePro W5000 Crashes
Referenced by issue #45869, Union fails with: cannot execute boolean operation
Referenced by issue #45857, Replacing an image that has been packed into .blend file bug
Referenced by issue #45850, Segfault from using Auto-Smoothed Normals with Subsurf Modifier
Referenced by issue #45824, Pie menus doesnt display EnumProperties icons (It did on 2.72)
Referenced by issue #45817, BGE Crash with group instanced curve objects
Referenced by issue #45818, Crash When Using Cycles
Referenced by issue #45806, Crash with the node editor
Referenced by issue #45795, Non-symetrical bevel issue on edge of inseted face
Referenced by issue #45771, Camera fly mode is broken on OSX
Referenced by issue #45741, In Game Engine Steering Actuator Turn Speed has no effect
Referenced by issue #45742, Drivers in Game Engine don't work for Spawned objects
Referenced by issue #45716, Can't open images after Purge Orphan Datablocks. Opened images are not zeroed user.
Referenced by issue #45683, The "Composite" compositor node does not take affect unless the Render Result is open in another window
Referenced by issue #45686, freeze sculpt
Referenced by issue #45669, Skin modifier root exploit
Referenced by issue #45680, vertex weight modifier texture params doesn't accept driver input
Referenced by issue #45658, linked library object loses particle settings
Referenced by issue #45644, bpy.utils.smpte_from_frame drops frames
Referenced by issue #45628, Bump or displacement turns to black
Referenced by issue #45617, map UV node produces image artifacts
Referenced by issue #45586, Render preview in viewport different with regular render
Referenced by issue #45588, Wrong URL link to Blender 2.75 Python API in both Splash and Help Menu
Referenced by issue #45570, Memory leakage in Sequencer
Referenced by issue #45562, Loading old .blend file that has grid subdivisions set to 0 crashes Blender
Referenced by issue #45547, Crash when go to File-User Preferences-System or choose Cycles renderer
Referenced by issue #45554, Impossible to remove Actions from Action Editor
Referenced by issue #45556, Camera Walk Mode - Looking around with mouse not working
Referenced by issue #45539, Blender crashes when trying to display an OpenEXR Multilayer (created with the File Output Node)
Referenced by issue #45542, Blender quits without warning when trying to render with AMD OpenCL
Referenced by issue #45527, BMP import issue / crash on Ubuntu, but not on OSX
Referenced by issue #45492, segfault in CustomData_get_layer
Referenced by issue #45475, Blender closes without notice when using hair with specific settings
Referenced by issue #45453, Driver menu buttons are the wrong size on Retina Display
Referenced by issue #45452, Pressing AltGr forcing Blender generate double event on keyboard press
Referenced by issue #45436, Wrong smoothing surface.
Referenced by issue #45416, Hide faces in painting mode is not working
Referenced by issue #45406, Crash on Append
Referenced by issue #45389, Can't display  .blend thumbnail in the Windows explorer
Referenced by issue #45391, Can't uninstall completely and clean
Referenced by issue #45394, Motion blur and Follow track constrain
1 changed files with 1 additions and 1 deletions

View File

@ -1957,7 +1957,7 @@ static uiBlock *wm_block_create_splash(bContext *C, ARegion *ar, void *UNUSED(ar
if (version_suffix != NULL && version_suffix[0]) {
/* placed after the version number in the image,
* placing y is tricky to match baseline */
int x = 260 - (2 * UI_DPI_WINDOW_FAC);
int x = 254 - (2 * UI_DPI_WINDOW_FAC);
int y = 242 + (4 * UI_DPI_WINDOW_FAC);
int w = 240;