mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
putting back flex on textbox that blake seems to have 'accidentally' removed
This commit is contained in:
parent
881b59e2a3
commit
f1d2b29522
@ -57,7 +57,7 @@
|
||||
<separator class="thin"/>
|
||||
|
||||
<hbox align="center">
|
||||
<textbox id="dialog.input" type="autocomplete"
|
||||
<textbox id="dialog.input" flex="1" type="autocomplete"
|
||||
searchSessions="history" timeout="50" maxrows="6"
|
||||
oninput="doEnabling();" ontextcommand="if (userAction == 'scrolling' ||
|
||||
userAction == 'typing') open();">
|
||||
|
Loading…
Reference in New Issue
Block a user