update label

This commit is contained in:
0xMRTT 2022-08-11 18:38:00 +02:00
parent 18bb8725ee
commit b6105f6302
No known key found for this signature in database
GPG key ID: AC9E06BF3DECB6FB

View file

@ -444,9 +444,9 @@ class AdwcustomizerApplication(Adw.Application):
transient_for=self.props.active_window,
)
box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=30)
box = Gtk.Box(orientation=Gtk.Orientation.HORIZONTAL, spacing=6)
label = Gtk.Label(label="Export as Dark theme")
label = Gtk.Label(label="Apply as Dark theme")
switch = Gtk.Switch()
box.append(label)