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.
This commit is contained in:
Zeex 2018-09-04 16:41:28 +06:00 committed by Brad King
parent d5a12cc84d
commit 13a2751ca6

View File

@ -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>