Bump to version 69.1
This commit is contained in:
Vendored
+6
@@ -1,3 +1,9 @@
|
||||
gnome-shell-extension-zorin-taskbar (69.1) noble; urgency=medium
|
||||
|
||||
* Set prefs window width
|
||||
|
||||
-- Artyom Zorin <azorin@zoringroup.com> Mon, 15 Sep 2025 16:44:10 +0100
|
||||
|
||||
gnome-shell-extension-zorin-taskbar (69) noble; urgency=medium
|
||||
|
||||
* Re-based on upstream version 69
|
||||
|
||||
+1
-1
@@ -1855,7 +1855,7 @@ export default class ZorinTaskbarPreferences extends ExtensionPreferences {
|
||||
})
|
||||
|
||||
// use default width or window
|
||||
window.set_default_size(0, 625)
|
||||
window.set_default_size(600, 625)
|
||||
|
||||
new Preferences(window, window._settings, window._gnomeInterfaceSettings, this.path)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user