Slap a CSS class on the Steam accounts frame, so it looks like the other frames we use.

This commit is contained in:
Daniel Johnson 2023-12-31 07:30:45 -05:00
parent ad322eddca
commit 8d665cd92a

View file

@ -16,6 +16,7 @@ class AccountsBox(BaseConfigBox):
_("Select which Steam account is used for Lutris integration and creating Steam shortcuts.")
))
frame = Gtk.Frame(visible=True, shadow_type=Gtk.ShadowType.ETCHED_IN)
frame.get_style_context().add_class("info-frame")
self.pack_start(frame, False, False, 0)
self.accounts_box = Gtk.VBox(visible=True)