[rhythmbox] prefs: rearrange visible column checkboxes into 3 columns
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] prefs: rearrange visible column checkboxes into 3 columns
- Date: Mon, 14 Jun 2010 02:05:15 +0000 (UTC)
commit 00c36b1dff056c2bc19a153cf596472dbd8e523d
Author: Jonathan Matthew <jonathan d14n org>
Date: Mon Jun 14 12:04:36 2010 +1000
prefs: rearrange visible column checkboxes into 3 columns
data/ui/general-prefs.ui | 99 ++++++++++++++++++++++++---------------------
1 files changed, 53 insertions(+), 46 deletions(-)
---
diff --git a/data/ui/general-prefs.ui b/data/ui/general-prefs.ui
index f317d0f..295ff2c 100644
--- a/data/ui/general-prefs.ui
+++ b/data/ui/general-prefs.ui
@@ -150,6 +150,7 @@
</child>
</object>
<packing>
+ <property name="expand">False</property>
<property name="position">0</property>
</packing>
</child>
@@ -210,8 +211,8 @@
<child>
<object class="GtkTable" id="table1">
<property name="visible">True</property>
- <property name="n_rows">7</property>
- <property name="n_columns">2</property>
+ <property name="n_rows">5</property>
+ <property name="n_columns">3</property>
<property name="column_spacing">12</property>
<property name="row_spacing">6</property>
<property name="homogeneous">True</property>
@@ -262,8 +263,8 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="duration_check">
- <property name="label" translatable="yes">Ti_me</property>
+ <object class="GtkCheckButton" id="year_check">
+ <property name="label" translatable="yes">_Year</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -272,15 +273,15 @@
<signal name="toggled" handler="rb_shell_preferences_column_check_changed_cb"/>
</object>
<packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
+ <property name="top_attach">4</property>
+ <property name="bottom_attach">5</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="rating_check">
- <property name="label" translatable="yes">_Rating</property>
+ <object class="GtkCheckButton" id="last_played_check">
+ <property name="label" translatable="yes">_Last played</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -289,17 +290,15 @@
<signal name="toggled" handler="rb_shell_preferences_column_check_changed_cb"/>
</object>
<packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">1</property>
- <property name="bottom_attach">2</property>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="play_count_check">
- <property name="label" translatable="yes">_Play count</property>
+ <object class="GtkCheckButton" id="genre_check">
+ <property name="label" translatable="yes">_Genre</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -317,8 +316,8 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="year_check">
- <property name="label" translatable="yes">_Year</property>
+ <object class="GtkCheckButton" id="first_seen_check">
+ <property name="label" translatable="yes">Da_te added</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -327,15 +326,15 @@
<signal name="toggled" handler="rb_shell_preferences_column_check_changed_cb"/>
</object>
<packing>
- <property name="top_attach">4</property>
- <property name="bottom_attach">5</property>
+ <property name="left_attach">2</property>
+ <property name="right_attach">3</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="quality_check">
- <property name="label" translatable="yes">_Quality</property>
+ <object class="GtkCheckButton" id="play_count_check">
+ <property name="label" translatable="yes">_Play count</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -344,15 +343,17 @@
<signal name="toggled" handler="rb_shell_preferences_column_check_changed_cb"/>
</object>
<packing>
- <property name="top_attach">5</property>
- <property name="bottom_attach">6</property>
+ <property name="left_attach">2</property>
+ <property name="right_attach">3</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="first_seen_check">
- <property name="label" translatable="yes">Da_te added</property>
+ <object class="GtkCheckButton" id="comment_check">
+ <property name="label" translatable="yes">C_omment</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -361,17 +362,17 @@
<signal name="toggled" handler="rb_shell_preferences_column_check_changed_cb"/>
</object>
<packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">3</property>
- <property name="bottom_attach">4</property>
+ <property name="left_attach">2</property>
+ <property name="right_attach">3</property>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="genre_check">
- <property name="label" translatable="yes">_Genre</property>
+ <object class="GtkCheckButton" id="bpm_check">
+ <property name="label" translatable="yes">BPM</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -380,17 +381,17 @@
<signal name="toggled" handler="rb_shell_preferences_column_check_changed_cb"/>
</object>
<packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="top_attach">2</property>
- <property name="bottom_attach">3</property>
+ <property name="left_attach">2</property>
+ <property name="right_attach">3</property>
+ <property name="top_attach">3</property>
+ <property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="last_played_check">
- <property name="label" translatable="yes">_Last played</property>
+ <object class="GtkCheckButton" id="rating_check">
+ <property name="label" translatable="yes">_Rating</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -399,6 +400,8 @@
<signal name="toggled" handler="rb_shell_preferences_column_check_changed_cb"/>
</object>
<packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
<property name="top_attach">3</property>
<property name="bottom_attach">4</property>
<property name="x_options">GTK_FILL</property>
@@ -406,8 +409,8 @@
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="bpm_check">
- <property name="label" translatable="yes">BPM</property>
+ <object class="GtkCheckButton" id="duration_check">
+ <property name="label" translatable="yes">Ti_me</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -418,8 +421,8 @@
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
- <property name="top_attach">6</property>
- <property name="bottom_attach">7</property>
+ <property name="top_attach">2</property>
+ <property name="bottom_attach">3</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
@@ -435,15 +438,17 @@
<signal name="toggled" handler="rb_shell_preferences_column_check_changed_cb"/>
</object>
<packing>
- <property name="top_attach">6</property>
- <property name="bottom_attach">7</property>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="top_attach">1</property>
+ <property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
<child>
- <object class="GtkCheckButton" id="comment_check">
- <property name="label" translatable="yes">C_omment</property>
+ <object class="GtkCheckButton" id="quality_check">
+ <property name="label" translatable="yes">_Quality</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
@@ -454,12 +459,13 @@
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
- <property name="top_attach">5</property>
- <property name="bottom_attach">6</property>
<property name="x_options">GTK_FILL</property>
<property name="y_options"></property>
</packing>
</child>
+ <child>
+ <placeholder/>
+ </child>
</object>
<packing>
<property name="position">1</property>
@@ -576,6 +582,7 @@
</child>
</object>
<packing>
+ <property name="expand">False</property>
<property name="position">2</property>
</packing>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]