Skip to content

Commit

Permalink
ui: 增加设置页面的最小高度为500,避免在苹果系统展示不全
Browse files Browse the repository at this point in the history
  • Loading branch information
l0o0 committed Jan 14, 2022
1 parent ae05742 commit 6043465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/preferences.xul
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<tab label="&jasminum.about;"/>
</tabs>

<tabpanels id="zotero-prefpane-jasminum" orient="vertical" minheight="450">
<tabpanels id="zotero-prefpane-jasminum" orient="vertical" minheight="500">
<tabpanel id="zotero-prefpane-chinese-tab">
<vbox flex="1">
<groupbox>
Expand Down

0 comments on commit 6043465

Please sign in to comment.