RemoteDialog: Fixed incorrect parsing for local repositories

RemoteDialog/CloneDialog: UI Tweaks



FossilOrigin-Name: 9dd99f7de54ad40a15d80f9bf9af82a367c24302
This commit is contained in:
Kostas
2015-08-26 21:02:25 +00:00
parent 73731923d3
commit 5a4ed73777
5 changed files with 23 additions and 17 deletions

View File

@ -28,7 +28,7 @@
<item row="0" column="0">
<widget class="QLabel" name="label_1">
<property name="text">
<string>URL</string>
<string>Remote Repository</string>
</property>
</widget>
</item>
@ -96,7 +96,7 @@
<item row="4" column="0">
<widget class="QLabel" name="label_4">
<property name="text">
<string>Repository</string>
<string>Local Repository</string>
</property>
</widget>
</item>

View File

@ -10,7 +10,7 @@
<x>0</x>
<y>0</y>
<width>478</width>
<height>189</height>
<height>164</height>
</rect>
</property>
<property name="windowTitle">
@ -28,7 +28,7 @@
<item row="1" column="0">
<widget class="QLabel" name="label_1">
<property name="text">
<string>URL</string>
<string>Remote Repository</string>
</property>
</widget>
</item>