made anim time pref label clearer

This commit is contained in:
Marcin Jakubowski
2021-12-07 12:28:02 +01:00
parent fe205fd230
commit 650f3f7f4d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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": [
+1 -1
View File
@@ -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
}); });