Skip to content

Commit

Permalink
shorter names for more readable config
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Aug 6, 2015
1 parent 9193267 commit 0392158
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>763</width>
<width>704</width>
<height>309</height>
</rect>
</property>
Expand All @@ -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">
Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit 0392158

Please sign in to comment.