RemoteDialog: Fixed incorrect parsing for local repositories
RemoteDialog/CloneDialog: UI Tweaks FossilOrigin-Name: 9dd99f7de54ad40a15d80f9bf9af82a367c24302
This commit is contained in:
@ -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>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user