mirror of
https://github.com/FranP-code/wintile.git
synced 2025-10-13 00:33:46 +00:00
Clarified snapping in settings window
This commit is contained in:
2
prefs.js
2
prefs.js
@@ -96,7 +96,7 @@ function buildPrefsWidget() {
|
|||||||
// Preview settings
|
// Preview settings
|
||||||
let previewEnabled = this.settings.get_boolean ('preview');
|
let previewEnabled = this.settings.get_boolean ('preview');
|
||||||
let previewLabel = new Gtk.Label({
|
let previewLabel = new Gtk.Label({
|
||||||
label: _("Enable preview while dragging windows"),
|
label: _("Enable preview and snapping when dragging windows"),
|
||||||
visible: true,
|
visible: true,
|
||||||
hexpand: true,
|
hexpand: true,
|
||||||
halign: Gtk.Align.START
|
halign: Gtk.Align.START
|
||||||
|
|||||||
Reference in New Issue
Block a user