about summary refs log tree commit diff
path: root/src/gtk
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-04-09 17:24:11 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-04-09 17:24:11 +0300
commit49dc0e606638bed3d249f9338b693b6d8fe8e77e (patch)
tree8559a4811066efb665321475b8faa80a348896f9 /src/gtk
parentd331dbea574649360a177cfe234207be9a820c6e (diff)
downloadFurtherance-49dc0e606638bed3d249f9338b693b6d8fe8e77e.tar.zst
Made start/stop button circular
Diffstat (limited to 'src/gtk')
-rwxr-xr-xsrc/gtk/window.ui3
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>