made anim time pref label clearer
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Notification Banner Reloaded",
|
"name": "Notification Banner Reloaded",
|
||||||
"version": 2,
|
"version": 3,
|
||||||
"description": "Configure notification banner position and animation to your liking",
|
"description": "Configure notification banner position and animation to your liking",
|
||||||
"uuid": "notification-banner-reloaded@marcinjakubowski.github.com",
|
"uuid": "notification-banner-reloaded@marcinjakubowski.github.com",
|
||||||
"shell-version": [
|
"shell-version": [
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ class Preferences {
|
|||||||
halign: Gtk.Align.START
|
halign: Gtk.Align.START
|
||||||
});
|
});
|
||||||
let animationTimeLabel = new Gtk.Label({
|
let animationTimeLabel = new Gtk.Label({
|
||||||
label: _("Animation Time"),
|
label: _("Animation Time (ms)"),
|
||||||
hexpand: true,
|
hexpand: true,
|
||||||
halign: Gtk.Align.START
|
halign: Gtk.Align.START
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user