Skip to content

Commit

Permalink
UI cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
muflone committed May 15, 2021
1 parent 4f3f63f commit 48aa235
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ui/main.glade
Original file line number Diff line number Diff line change
Expand Up @@ -474,9 +474,11 @@
<object class="GtkBox" id="box_main_controls">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="border-width">4</property>
<property name="margin-start">12</property>
<property name="margin-end">12</property>
<property name="margin-bottom">12</property>
<property name="orientation">vertical</property>
<property name="spacing">5</property>
<property name="spacing">7</property>
<child>
<object class="GtkLabel" id="label_text">
<property name="visible">True</property>
Expand Down Expand Up @@ -543,11 +545,13 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="spacing">5</property>
<property name="homogeneous">True</property>
<property name="layout-style">start</property>
<child>
<object class="GtkButton" id="button_record">
<property name="use-action-appearance">True</property>
<property name="related-action">action_record</property>
<property name="width-request">120</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
Expand All @@ -563,6 +567,7 @@
<object class="GtkToggleButton" id="button_play">
<property name="use-action-appearance">True</property>
<property name="related-action">action_play_stop</property>
<property name="width-request">120</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
Expand All @@ -579,6 +584,7 @@
<object class="GtkToggleButton" id="button_pause">
<property name="use-action-appearance">True</property>
<property name="related-action">action_pause</property>
<property name="width-request">120</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
Expand Down

0 comments on commit 48aa235

Please sign in to comment.