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;"/>
|
||||
|
||||
<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"/>
|
||||
</hbox>
|
||||
|
||||
|
|
|
@ -273,7 +273,7 @@ Zotero_Preferences.Sync = {
|
|||
label: "zotero.preferences.sync.librariesToSync.sync",
|
||||
fixedWidth: true,
|
||||
// TODO: Specify in ems?
|
||||
width: '45'
|
||||
width: '50'
|
||||
},
|
||||
{
|
||||
dataKey: "name",
|
||||
|
|
Loading…
Reference in a new issue