fx115: Fix "libraries to sync" appears in a tiny window
Also increased the width of the icon column to avoid truncation
This commit is contained in:
parent
0f6cae891d
commit
5242851421
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
<label style="font-size: 14px; margin-bottom: 0.5em;" value="&zotero.preferences.sync.librariesToSync;"/>
|
<label style="font-size: 14px; margin-bottom: 0.5em;" value="&zotero.preferences.sync.librariesToSync;"/>
|
||||||
|
|
||||||
<hbox class="virtualized-table-container" flex="1" height="200" width="600">
|
<hbox class="virtualized-table-container" style="display: flex; min-height: 200px; min-width: 600px;">
|
||||||
<html:div id="libraries-to-sync-tree"/>
|
<html:div id="libraries-to-sync-tree"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
|
||||||
|
|
|
@ -273,7 +273,7 @@ Zotero_Preferences.Sync = {
|
||||||
label: "zotero.preferences.sync.librariesToSync.sync",
|
label: "zotero.preferences.sync.librariesToSync.sync",
|
||||||
fixedWidth: true,
|
fixedWidth: true,
|
||||||
// TODO: Specify in ems?
|
// TODO: Specify in ems?
|
||||||
width: '45'
|
width: '50'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
dataKey: "name",
|
dataKey: "name",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue