diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/git/settingspage.ui | 72 |
1 files changed, 32 insertions, 40 deletions
diff --git a/src/plugins/git/settingspage.ui b/src/plugins/git/settingspage.ui index 80b81020a9..08b98fa2a3 100644 --- a/src/plugins/git/settingspage.ui +++ b/src/plugins/git/settingspage.ui @@ -17,57 +17,49 @@ <bool>true</bool> </property> <property name="title"> - <string>Environment Variables</string> + <string>Customize Environment:</string> </property> <property name="checkable"> <bool>true</bool> </property> - <layout class="QVBoxLayout" name="verticalLayout_2"> - <item> - <layout class="QHBoxLayout" name="horizontalLayout"> - <item> - <widget class="QLabel" name="pathlabel"> - <property name="text"> - <string>PATH:</string> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="pathLineEdit"/> - </item> - <item> - <widget class="QPushButton" name="adoptButton"> - <property name="text"> - <string>From System</string> - </property> - </widget> - </item> - </layout> + <layout class="QGridLayout" name="gridLayout_2"> + <item row="0" column="0"> + <widget class="QLabel" name="pathlabel"> + <property name="text"> + <string>PATH:</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QLineEdit" name="pathLineEdit"/> + </item> + <item row="0" column="2"> + <widget class="QPushButton" name="adoptButton"> + <property name="text"> + <string>From System</string> + </property> + </widget> </item> - <item> + <item row="1" column="0" colspan="3"> <widget class="QCheckBox" name="winHomeCheckBox"> <property name="text"> <string>Set "HOME" environment variable</string> </property> </widget> </item> - <item> - <layout class="QHBoxLayout" name="noteHorizontalLayout"> - <item> - <widget class="QLabel" name="noteLabel"> - <property name="text"> - <string><b>Note:</b></string> - </property> - </widget> - </item> - <item> - <widget class="QLabel" name="noteFieldlabel"> - <property name="text"> - <string>Git needs to find Perl in the environment as well.</string> - </property> - </widget> - </item> - </layout> + <item row="2" column="0"> + <widget class="QLabel" name="noteLabel"> + <property name="text"> + <string><b>Note:</b></string> + </property> + </widget> + </item> + <item row="2" column="1" colspan="2"> + <widget class="QLabel" name="noteFieldlabel"> + <property name="text"> + <string>Git needs to find Perl in the environment.</string> + </property> + </widget> </item> </layout> </widget> |