diff options
author | Brad King <brad.king@kitware.com> | 2018-09-05 18:40:20 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-09-05 18:40:26 (GMT) |
commit | b0f769ad2da5162f7f65e13061b18b4538f06d9a (patch) | |
tree | a76c405efaebe9dc1ad614f8d7b1de9e627bbd1a | |
parent | 182522a209331cd1d221420972ed6b200918f6e6 (diff) | |
parent | 13a2751ca6e45789631bf2457d6bc519926441cc (diff) | |
download | CMake-b0f769ad2da5162f7f65e13061b18b4538f06d9a.zip CMake-b0f769ad2da5162f7f65e13061b18b4538f06d9a.tar.gz CMake-b0f769ad2da5162f7f65e13061b18b4538f06d9a.tar.bz2 |
Merge topic 'cmake-gui-align-text'
13a2751ca6 cmake-gui: Align source and binary directory path text
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2344
-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> |