diff options
author | Zeex <zeex@rocketmail.com> | 2018-09-04 10:41:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-09-04 17:01:00 (GMT) |
commit | 13a2751ca6e45789631bf2457d6bc519926441cc (patch) | |
tree | 831d3196e2efcf4f40c01003fe88079c2f3a83fe /Source/QtDialog/CMakeSetupDialog.ui | |
parent | d5a12cc84dd671288eae8b81ba4e8bac29755bb8 (diff) | |
download | CMake-13a2751ca6e45789631bf2457d6bc519926441cc.zip CMake-13a2751ca6e45789631bf2457d6bc519926441cc.tar.gz CMake-13a2751ca6e45789631bf2457d6bc519926441cc.tar.bz2 |
cmake-gui: Align source and binary directory path text
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.
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.ui')
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.ui b/Source/QtDialog/CMakeSetupDialog.ui index 8d8e0cd..dc22a29 100644 --- a/Source/QtDialog/CMakeSetupDialog.ui +++ b/Source/QtDialog/CMakeSetupDialog.ui @@ -57,6 +57,9 @@ <verstretch>0</verstretch> </sizepolicy> </property> + <property name="styleSheet"> + <string notr="true">padding-left: 0</string> + </property> <property name="editable"> <bool>true</bool> </property> |