mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 633390 - Crop long link URLs in the middle instead of at the end. ui-r=faaborg r+a=gavin
This commit is contained in:
parent
c14621d3a6
commit
d1fee509d4
@ -4178,6 +4178,7 @@ var XULBrowserWindow = {
|
||||
field.setAttribute("previoustype", field.getAttribute("type"));
|
||||
field.setAttribute("type", type);
|
||||
field.label = text;
|
||||
field.setAttribute("crop", type == "overLink" ? "center" : "end");
|
||||
this.statusText = text;
|
||||
}
|
||||
},
|
||||
|
@ -3738,7 +3738,7 @@
|
||||
<xul:hbox class="statuspanel-inner">
|
||||
<xul:label class="statuspanel-label"
|
||||
role="status"
|
||||
xbl:inherits="value=label,mirror"
|
||||
xbl:inherits="value=label,crop,mirror"
|
||||
flex="1"
|
||||
crop="end"/>
|
||||
</xul:hbox>
|
||||
|
Loading…
Reference in New Issue
Block a user