We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1196d3 commit 5428193Copy full SHA for 5428193
scripts/contributor-labels.json
@@ -16,5 +16,6 @@
16
"MrXvnov": "Russian\ntranslation",
17
"ryzendew": "Gnome 47 Port",
18
"prapooskur": "Gnome 46 Port",
19
- "alewicki95": "Polish\ntranslation"
+ "alewicki95": "Polish\ntranslation",
20
+ "nulta": "Korean\ntranslation"
21
}
src/prefs.ts
@@ -90,7 +90,7 @@ export default class QstExtensionPreferences extends ExtensionPreferences {
90
91
// Window options
92
window.set_search_enabled(true)
93
- window.set_default_size(640, 640)
+ window.set_default_size(690, 680)
94
95
// Register icon path
96
this.appendIconPath(this.path + "/media")
0 commit comments