gui: Vertically center the playback controls

Signed-off-by: Anna Schumaker <Anna@OcarinaProject.net>
This commit is contained in:
Anna Schumaker 2016-05-26 13:20:19 -04:00
parent d07b7e68ac
commit f42c3d41d1
2 changed files with 4 additions and 8 deletions

View File

@ -1,12 +1,9 @@
6.4.12-rc:
- Don't reenable tempqueues when restarting
- Update tooltips on various buttons
- Replace pause-after GtkSpinButton with a GtkComboBoxText
6.4.12:
- Don't reenable tempqueues when restarting
- Control automatic pausing with a GtkComboBox
- Move current position slider into the top section
- Tooltip updates
- Update tooltips on various buttons
- Various UI tweaks
- Swap position of random/repeat and favorite/hide buttons
6.4.12-rc:

View File

@ -296,9 +296,8 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="valign">start</property>
<property name="valign">center</property>
<property name="margin_left">5</property>
<property name="margin_top">10</property>
<property name="layout_style">start</property>
<child>
<object class="GtkButton" id="o_prev">