Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 <?xml version="1.0"?>
2 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
3 <style xmlns="http://www.w3.org/1999/xhtml">
4 <![CDATA[
5 menulist, menuitem, label { font: Menu }
6 #measurelabel { color: transparent }
7 ]]>
8 </style>
9 <stack>
10 <vbox align="left">
11 <menulist>
12 <menupopup>
13 <menuitem value="1" label="long item" />
14 <menuitem value="2" label="short" />
15 </menupopup>
16 </menulist>
17 </vbox>
18 <hbox>
19 <label id="measurelabel" value="long item" />
20 <!-- cover up the right edge of the above -->
21 <box flex="1" style="background: white" />
22 </hbox>
23 </stack>
24 </window>