Skip to content

Commit 0ff2803

Browse files
committed
cs_themes: Add relief to simplified/advanced buttons
1 parent 7a610d7 commit 0ff2803

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

files/usr/share/cinnamon/cinnamon-settings/modules/cs_themes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ def on_module_selected(self):
240240
button = Gtk.Button()
241241
button.set_label(_("Simplified settings..."))
242242
button.set_halign(Gtk.Align.END)
243-
button.set_relief(Gtk.ReliefStyle.NONE)
244243
button.connect("clicked", self.on_preset_button_clicked)
245244
page.add(button)
246245

files/usr/share/cinnamon/cinnamon-settings/themes.ui

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@
254254
<property name="can-focus">True</property>
255255
<property name="receives-default">True</property>
256256
<property name="halign">end</property>
257-
<property name="relief">none</property>
258257
</object>
259258
<packing>
260259
<property name="left-attach">1</property>

0 commit comments

Comments
 (0)