Skip to content

cmake-gui: Align source and binary directory path text

Zeex requested to merge Zeex/cmake:text-padding-fix into master

Text inputs for "where is the source code" and "where to build the binaries" had different amount of left spacing, so the two paths were not aligned. This could create a feeling that you typed something wrong in the input even though the paths were identical or had a common root path.

Just a small UI fix.

Before:

before

After:

after

Topic-rename: cmake-gui-align-text

Edited by Brad King

Merge request reports