We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a610d7 commit 0ff2803Copy full SHA for 0ff2803
files/usr/share/cinnamon/cinnamon-settings/modules/cs_themes.py
@@ -240,7 +240,6 @@ def on_module_selected(self):
240
button = Gtk.Button()
241
button.set_label(_("Simplified settings..."))
242
button.set_halign(Gtk.Align.END)
243
- button.set_relief(Gtk.ReliefStyle.NONE)
244
button.connect("clicked", self.on_preset_button_clicked)
245
page.add(button)
246
files/usr/share/cinnamon/cinnamon-settings/themes.ui
@@ -254,7 +254,6 @@
254
<property name="can-focus">True</property>
255
<property name="receives-default">True</property>
256
<property name="halign">end</property>
257
- <property name="relief">none</property>
258
</object>
259
<packing>
260
<property name="left-attach">1</property>
0 commit comments