Skip to content

Commit

Permalink
Make spatial lite dialog smaller and get rid of ending colons on labels
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12331 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Dec 3, 2009
1 parent 181c25b commit 51265a5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/ui/qgsspatialitesourceselectbase.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>672</width>
<height>687</height>
<width>419</width>
<height>452</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -54,7 +54,7 @@
<item row="0" column="0" colspan="2">
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>SpatiaLite DBs</string>
<string>SpatiaLite Databases</string>
</property>
<layout class="QGridLayout">
<property name="margin">
Expand Down Expand Up @@ -105,7 +105,7 @@
<item row="0" column="0">
<widget class="QLabel" name="mSearchLabel">
<property name="text">
<string>Search:</string>
<string>Search</string>
</property>
<property name="buddy">
<cstring>mSearchTableEdit</cstring>
Expand All @@ -115,7 +115,7 @@
<item row="2" column="0" colspan="2">
<widget class="QLabel" name="mSearchModeLabel">
<property name="text">
<string>Search mode:</string>
<string>Search mode</string>
</property>
<property name="buddy">
<cstring>mSearchModeComboBox</cstring>
Expand All @@ -128,7 +128,7 @@
<item row="1" column="0" colspan="2">
<widget class="QLabel" name="mSearchColumnsLabel">
<property name="text">
<string>Search in columns:</string>
<string>Search in columns</string>
</property>
<property name="buddy">
<cstring>mSearchColumnComboBox</cstring>
Expand Down

0 comments on commit 51265a5

Please sign in to comment.