summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-08-07 01:06:58 +0200
committerAnne Jan Brouwer <brouwer@annejan.com>2015-08-07 01:06:58 +0200
commitd0d237bb28e701f584c187455437ce3fc9943589 (patch)
tree22da59b8553bae586c8025462277a289af5bc1f9
parentd8a6319508f19ba53f9704ef9efa190b2ec7b0bb (diff)
shorter names for more readable config
-rw-r--r--dialog.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/dialog.ui b/dialog.ui
index cab3fe58..d9e23908 100644
--- a/dialog.ui
+++ b/dialog.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>763</width>
+ <width>704</width>
<height>309</height>
</rect>
</property>
@@ -29,7 +29,7 @@
<item>
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
- <number>3</number>
+ <number>1</number>
</property>
<widget class="QWidget" name="tab_3">
<attribute name="title">
@@ -393,14 +393,14 @@
<item row="2" column="2">
<widget class="QCheckBox" name="checkBoxAutoPush">
<property name="text">
- <string>Automatically push updates</string>
+ <string>Automatically push</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QCheckBox" name="checkBoxAutoPull">
<property name="text">
- <string>Automatically pull in updates</string>
+ <string>Automatically pull</string>
</property>
</widget>
</item>