From 13a2751ca6e45789631bf2457d6bc519926441cc Mon Sep 17 00:00:00 2001 From: Zeex Date: Tue, 4 Sep 2018 16:41:28 +0600 Subject: 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. --- Source/QtDialog/CMakeSetupDialog.ui | 3 +++ 1 file changed, 3 insertions(+) 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 @@ 0 + + padding-left: 0 + true -- cgit v0.12