Skip to content

Commit

Permalink
Rename GPS device buttons in GPSBabel dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and github-actions[bot] committed Jan 24, 2023
1 parent 2033f15 commit 6cf28a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ui/qgsgpsdevicedialogbase.ui
Expand Up @@ -82,10 +82,10 @@
<property name="bottomMargin">
<number>0</number>
</property>
<item row="1" column="2">
<item row="1" column="1">
<widget class="QToolButton" name="mButtonAddDevice">
<property name="toolTip">
<string>Add new path</string>
<string>Add new device</string>
</property>
<property name="text">
<string/>
Expand All @@ -96,7 +96,7 @@
</property>
</widget>
</item>
<item row="1" column="1">
<item row="1" column="0">
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
Expand All @@ -109,10 +109,10 @@
</property>
</spacer>
</item>
<item row="1" column="3">
<item row="1" column="2">
<widget class="QToolButton" name="mButtonRemoveDevice">
<property name="toolTip">
<string>Remove path</string>
<string>Remove device</string>
</property>
<property name="text">
<string/>
Expand All @@ -123,7 +123,7 @@
</property>
</widget>
</item>
<item row="0" column="1" colspan="3">
<item row="0" column="0" colspan="3">
<widget class="QListWidget" name="mListDevices">
<property name="minimumSize">
<size>
Expand Down

0 comments on commit 6cf28a5

Please sign in to comment.