[gnome-music/wip/jfelder/new-playertoolbar: 2/10] playertoolbar: Display the song info box before the buttons
- From: Jean Felder <jfelder src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/jfelder/new-playertoolbar: 2/10] playertoolbar: Display the song info box before the buttons
- Date: Thu, 28 Jan 2021 16:53:05 +0000 (UTC)
commit 9958cd82360b260e46632adfe844ce18f77d8712
Author: Jean Felder <jfelder src gnome org>
Date: Thu Jan 28 16:16:25 2021 +0100
playertoolbar: Display the song info box before the buttons
data/ui/PlayerToolbar.ui | 96 ++++++++++++++++++++++++------------------------
1 file changed, 48 insertions(+), 48 deletions(-)
---
diff --git a/data/ui/PlayerToolbar.ui b/data/ui/PlayerToolbar.ui
index 20fe97824..a860aa533 100644
--- a/data/ui/PlayerToolbar.ui
+++ b/data/ui/PlayerToolbar.ui
@@ -53,54 +53,6 @@
</object>
<template class="PlayerToolbar" parent="GtkActionBar">
<property name="can_focus">False</property>
- <child>
- <object class="GtkBox" id="buttons">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <child>
- <object class="GtkButton" id="_prev_button">
- <property name="width_request">42</property>
- <property name="visible">True</property>
- <property name="sensitive">False</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="image">previous_image</property>
- <property name="always_show_image">True</property>
- <property name="tooltip_text" translatable="yes">Previous</property>
- <signal name="clicked" handler="_on_prev_button_clicked" swapped="no"/>
- </object>
- </child>
- <child>
- <object class="GtkButton" id="_play_button">
- <property name="width_request">60</property>
- <property name="visible">True</property>
- <property name="sensitive">False</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="image">_play_image</property>
- <property name="always_show_image">True</property>
- <property name="tooltip_text" translatable="yes">Play</property>
- <signal name="clicked" handler="_on_play_button_clicked" swapped="no"/>
- </object>
- </child>
- <child>
- <object class="GtkButton" id="_next_button">
- <property name="width_request">42</property>
- <property name="visible">True</property>
- <property name="sensitive">False</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="image">next_image</property>
- <property name="always_show_image">True</property>
- <property name="tooltip_text" translatable="yes">Next</property>
- <signal name="clicked" handler="_on_next_button_clicked" swapped="no"/>
- </object>
- </child>
- <style>
- <class name="linked"/>
- </style>
- </object>
- </child>
<child>
<object class="GtkBox" id="_song_info_box">
<property name="visible">True</property>
@@ -158,6 +110,54 @@
</child>
</object>
</child>
+ <child>
+ <object class="GtkBox" id="buttons">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkButton" id="_prev_button">
+ <property name="width_request">42</property>
+ <property name="visible">True</property>
+ <property name="sensitive">False</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="image">previous_image</property>
+ <property name="always_show_image">True</property>
+ <property name="tooltip_text" translatable="yes">Previous</property>
+ <signal name="clicked" handler="_on_prev_button_clicked" swapped="no"/>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton" id="_play_button">
+ <property name="width_request">60</property>
+ <property name="visible">True</property>
+ <property name="sensitive">False</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="image">_play_image</property>
+ <property name="always_show_image">True</property>
+ <property name="tooltip_text" translatable="yes">Play</property>
+ <signal name="clicked" handler="_on_play_button_clicked" swapped="no"/>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton" id="_next_button">
+ <property name="width_request">42</property>
+ <property name="visible">True</property>
+ <property name="sensitive">False</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="image">next_image</property>
+ <property name="always_show_image">True</property>
+ <property name="tooltip_text" translatable="yes">Next</property>
+ <signal name="clicked" handler="_on_next_button_clicked" swapped="no"/>
+ </object>
+ </child>
+ <style>
+ <class name="linked"/>
+ </style>
+ </object>
+ </child>
<child>
<object class="SmoothScale" id="_progress_scale">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]