Skip to content

Commit 51265a5

Browse files
author
timlinux
committedDec 3, 2009
Make spatial lite dialog smaller and get rid of ending colons on labels
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12331 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎src/ui/qgsspatialitesourceselectbase.ui

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>672</width>
10-
<height>687</height>
9+
<width>419</width>
10+
<height>452</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -54,7 +54,7 @@
5454
<item row="0" column="0" colspan="2">
5555
<widget class="QGroupBox" name="groupBox">
5656
<property name="title">
57-
<string>SpatiaLite DBs</string>
57+
<string>SpatiaLite Databases</string>
5858
</property>
5959
<layout class="QGridLayout">
6060
<property name="margin">
@@ -105,7 +105,7 @@
105105
<item row="0" column="0">
106106
<widget class="QLabel" name="mSearchLabel">
107107
<property name="text">
108-
<string>Search:</string>
108+
<string>Search</string>
109109
</property>
110110
<property name="buddy">
111111
<cstring>mSearchTableEdit</cstring>
@@ -115,7 +115,7 @@
115115
<item row="2" column="0" colspan="2">
116116
<widget class="QLabel" name="mSearchModeLabel">
117117
<property name="text">
118-
<string>Search mode:</string>
118+
<string>Search mode</string>
119119
</property>
120120
<property name="buddy">
121121
<cstring>mSearchModeComboBox</cstring>
@@ -128,7 +128,7 @@
128128
<item row="1" column="0" colspan="2">
129129
<widget class="QLabel" name="mSearchColumnsLabel">
130130
<property name="text">
131-
<string>Search in columns:</string>
131+
<string>Search in columns</string>
132132
</property>
133133
<property name="buddy">
134134
<cstring>mSearchColumnComboBox</cstring>

0 commit comments

Comments
 (0)
Please sign in to comment.