diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2022-04-09 17:24:11 +0300 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2022-04-09 17:24:11 +0300 |
commit | 49dc0e606638bed3d249f9338b693b6d8fe8e77e (patch) | |
tree | 8559a4811066efb665321475b8faa80a348896f9 /src/gtk | |
parent | d331dbea574649360a177cfe234207be9a820c6e (diff) | |
download | Furtherance-49dc0e606638bed3d249f9338b693b6d8fe8e77e.tar.zst |
Made start/stop button circular
Diffstat (limited to 'src/gtk')
-rwxr-xr-x | src/gtk/window.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gtk/window.ui b/src/gtk/window.ui index 073dab9..4da1cd3 100755 --- a/src/gtk/window.ui +++ b/src/gtk/window.ui @@ -63,6 +63,9 @@ <child> <object class="GtkButton" id="start_button"> <property name="icon-name">media-playback-start-symbolic</property> + <style> + <class name="circular"/> + </style> </object> </child> </object> |