mirror of
https://github.com/Ellpeck/ObsidianCustomFrames.git
synced 2024-11-14 14:59:08 +01:00
improve some defaults
This commit is contained in:
parent
1002198580
commit
c1c4d00ea8
1 changed files with 2 additions and 2 deletions
4
main.ts
4
main.ts
|
@ -3,7 +3,7 @@ import { BrowserView, remote } from 'electron';
|
|||
|
||||
const viewName: string = "keep";
|
||||
const defaultSettings: KeepSettings = {
|
||||
minimumWidth: 356,
|
||||
minimumWidth: 358,
|
||||
padding: 5,
|
||||
css: `/* hide the menu bar and the "Keep" logo and text */
|
||||
.PvRhvb-qAWA2, .gb_qc {
|
||||
|
@ -197,7 +197,7 @@ class KeepSettingTab extends PluginSettingTab {
|
|||
});
|
||||
});
|
||||
new Setting(this.containerEl)
|
||||
.setName("Padding")
|
||||
.setName("View Padding")
|
||||
.setDesc("The padding that should be left around the inside of the Google Keep view, in pixels.")
|
||||
.addText(t => {
|
||||
t.inputEl.type = "number";
|
||||
|
|
Loading…
Reference in a new issue