diff options
author | Orgad Shaneh <[email protected]> | 2019-04-02 14:33:32 +0300 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2019-04-02 12:34:17 +0000 |
commit | acbd1d006cd4e74b30a1a007b7c0ce60029f297a (patch) | |
tree | e3e44a4b5e78fd35ebce9e25ec0c1a69987636a6 /src/plugins/git/branchadddialog.ui | |
parent | 9d5e38dbbbee94c829a85ea3803390fa6036bbe5 (diff) |
BranchAddDialog: Simplify a bit
* Remove redundant "Checkbox" translatable string.
* Hide "Track remote" checkbox by default.
Change-Id: Iec72d035e7b5493b320f8c21dd2f1b90eed0b5e6
Reviewed-by: André Hartmann <[email protected]>
Diffstat (limited to 'src/plugins/git/branchadddialog.ui')
-rw-r--r-- | src/plugins/git/branchadddialog.ui | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/plugins/git/branchadddialog.ui b/src/plugins/git/branchadddialog.ui index 4ee0b5d7873..41f9fc5caf7 100644 --- a/src/plugins/git/branchadddialog.ui +++ b/src/plugins/git/branchadddialog.ui @@ -32,11 +32,7 @@ </widget> </item> <item row="2" column="0" colspan="2"> - <widget class="QCheckBox" name="trackingCheckBox"> - <property name="text"> - <string>CheckBox</string> - </property> - </widget> + <widget class="QCheckBox" name="trackingCheckBox"/> </item> <item row="4" column="0" colspan="2"> <widget class="QDialogButtonBox" name="buttonBox"> |