mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
Style the button
This commit is contained in:
parent
3190364a72
commit
5a84217402
@ -36,7 +36,8 @@ class BaseSettingsWidget:
|
||||
background_color="#424042",
|
||||
),
|
||||
],
|
||||
[sg.Button("Reset settings to default", key=self.reset_button_key)],
|
||||
[sg.Text("", background_color="#424042"), ],
|
||||
[sg.Button("Reset settings to default", key=self.reset_button_key, button_color="#c40e23")],
|
||||
]
|
||||
|
||||
self.cancellation_event = (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user