Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
541f5f20da | ||
|
|
250d988473 | ||
|
|
41f92619bf |
18
debian/changelog
vendored
18
debian/changelog
vendored
@@ -1,3 +1,21 @@
|
||||
gnome-shell-extension-zorin-taskbar (69.2) noble; urgency=medium
|
||||
|
||||
* Adjusted app icon margin
|
||||
|
||||
-- Artyom Zorin <azorin@zoringroup.com> Tue, 16 Sep 2025 16:03:52 +0100
|
||||
|
||||
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
|
||||
|
||||
-- Artyom Zorin <azorin@zoringroup.com> Fri, 12 Sep 2025 14:14:35 +0100
|
||||
|
||||
gnome-shell-extension-zorin-taskbar (68.9) noble; urgency=medium
|
||||
|
||||
* Rebased on upstream commit 44be0a739f26d872f27e81bd57928b6f61920476
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
@@ -50,7 +50,7 @@ export var hotkeyAppNumbers = {}
|
||||
export const DASH_ANIMATION_TIME = 0.2 // Dash.DASH_ANIMATION_TIME is now private
|
||||
const DASH_ITEM_HOVER_TIMEOUT = 0.3 // Dash.DASH_ITEM_HOVER_TIMEOUT is now private
|
||||
export const MIN_ICON_SIZE = 4
|
||||
export const APPICON_MARGIN = 6
|
||||
export const APPICON_MARGIN = 4
|
||||
export const APPICON_PADDING = 8
|
||||
|
||||
const T1 = 'ensureAppIconVisibilityTimeout'
|
||||
|
||||
Reference in New Issue
Block a user