mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fix for bug #344048 set tab min width and tab clip width to better values, per beltzner. r=mano, ui-r=beltzner
This commit is contained in:
parent
8599f4e2dd
commit
2472edfb65
@ -108,7 +108,7 @@
|
||||
<xul:tab selected="true" validate="never"
|
||||
onerror="this.parentNode.parentNode.parentNode.parentNode.addToMissedIconCache(this.getAttribute('image'));
|
||||
this.removeAttribute('image');"
|
||||
maxwidth="250" width="0" minwidth="125" flex="100"
|
||||
maxwidth="250" width="0" minwidth="100" flex="100"
|
||||
class="tabbrowser-tab" label="&untitledTab;" crop="end"/>
|
||||
</xul:tabs>
|
||||
</xul:hbox>
|
||||
@ -2575,7 +2575,7 @@
|
||||
}
|
||||
});
|
||||
</field>
|
||||
<field name="mTabMinWidth">60</field>
|
||||
<field name="mTabMinWidth">100</field>
|
||||
<field name="mTabClipWidth">140</field>
|
||||
<field name="mCloseButtons">1</field>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user