mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 493440 - URI elements in the Properties dialog should always be LTR. r=dao
This commit is contained in:
parent
a22f4efb94
commit
e364c5fd9e
@ -76,7 +76,7 @@
|
||||
<row id="link-url">
|
||||
<separator orient="vertical"/>
|
||||
<label value="&link-url.label; "/>
|
||||
<textbox readonly="true" id="link-url-text"/>
|
||||
<textbox readonly="true" id="link-url-text" class="uri-element"/>
|
||||
</row>
|
||||
<row id="link-target">
|
||||
<separator orient="vertical"/>
|
||||
@ -125,7 +125,7 @@
|
||||
<row id="image-url">
|
||||
<separator orient="vertical"/>
|
||||
<label value="&image-url.label; "/>
|
||||
<textbox readonly="true" id="image-url-text"/>
|
||||
<textbox readonly="true" id="image-url-text" class="uri-element"/>
|
||||
</row>
|
||||
<row id="image-type">
|
||||
<separator orient="vertical"/>
|
||||
|
Loading…
Reference in New Issue
Block a user