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:
Tom Najdek 2024-04-02 17:56:03 +02:00
parent 0f6cae891d
commit 5242851421
No known key found for this signature in database
GPG key ID: EEC61A7B4C667D77
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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",