[goobox] fixed dialogs border width
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goobox] fixed dialogs border width
- Date: Sat, 8 Dec 2012 17:33:03 +0000 (UTC)
commit 24e46e1c80565caa372250ee653c3e31f7e2514b
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Dec 8 18:30:59 2012 +0100
fixed dialogs border width
src/ui/extract.ui | 2 +-
src/ui/format-options.ui | 3 +--
src/ui/properties.ui | 21 +++++++++++----------
src/ui/ripper.ui | 4 +---
4 files changed, 14 insertions(+), 16 deletions(-)
---
diff --git a/src/ui/extract.ui b/src/ui/extract.ui
index 7e20678..0bc82d1 100644
--- a/src/ui/extract.ui
+++ b/src/ui/extract.ui
@@ -4,7 +4,7 @@
<object class="GtkDialog" id="extract_dialog">
<property name="width_request">300</property>
<property name="can_focus">False</property>
- <property name="border_width">6</property>
+ <property name="border_width">5</property>
<property name="title" translatable="yes">Extract Tracks</property>
<property name="resizable">False</property>
<property name="window_position">center-on-parent</property>
diff --git a/src/ui/format-options.ui b/src/ui/format-options.ui
index 3805b8b..62fd534 100644
--- a/src/ui/format-options.ui
+++ b/src/ui/format-options.ui
@@ -3,6 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="format_dialog">
<property name="can_focus">False</property>
+ <property name="border_width">5</property>
<property name="title" translatable="yes">Format Properties</property>
<property name="resizable">False</property>
<property name="window_position">center-on-parent</property>
@@ -21,12 +22,10 @@
<child>
<object class="GtkButton" id="ok_button">
<property name="label">gtk-close</property>
- <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
<property name="use_stock">True</property>
</object>
<packing>
diff --git a/src/ui/properties.ui b/src/ui/properties.ui
index d3f7836..4428b70 100644
--- a/src/ui/properties.ui
+++ b/src/ui/properties.ui
@@ -24,6 +24,7 @@
<object class="GtkDialog" id="properties_dialog">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="border_width">5</property>
<property name="title" translatable="yes">Properties</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
@@ -114,7 +115,7 @@
<object class="GtkLabel" id="label2">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xalign">0</property>
+ <property name="xalign">1</property>
<property name="label" translatable="yes">_Title:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">title_entry</property>
@@ -128,7 +129,7 @@
<object class="GtkLabel" id="label8">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xalign">0</property>
+ <property name="xalign">1</property>
<property name="yalign">0</property>
<property name="label" translatable="yes">T_racks:</property>
<property name="use_underline">True</property>
@@ -145,7 +146,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xalign">0</property>
+ <property name="xalign">1</property>
<property name="label" translatable="yes">_Artist:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">artist_entry</property>
@@ -198,14 +199,14 @@
<property name="right_attach">2</property>
<property name="top_attach">2</property>
<property name="bottom_attach">3</property>
- <property name="y_options">GTK_FILL</property>
+ <property name="y_options"/>
</packing>
</child>
<child>
<object class="GtkLabel" id="label3">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xalign">0</property>
+ <property name="xalign">1</property>
<property name="label" translatable="yes">_Year:</property>
<property name="use_underline">True</property>
</object>
@@ -258,7 +259,7 @@
<property name="top_attach">4</property>
<property name="bottom_attach">5</property>
<property name="x_options">GTK_FILL</property>
- <property name="y_options">GTK_FILL</property>
+ <property name="y_options"/>
</packing>
</child>
<child>
@@ -302,7 +303,7 @@
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
- <property name="y_options">GTK_FILL</property>
+ <property name="y_options"/>
</packing>
</child>
<child>
@@ -354,7 +355,7 @@
</child>
</object>
<packing>
- <property name="expand">True</property>
+ <property name="expand">False</property>
<property name="fill">True</property>
<property name="position">0</property>
</packing>
@@ -448,7 +449,7 @@
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
<property name="x_options">GTK_FILL</property>
- <property name="y_options">GTK_FILL</property>
+ <property name="y_options"/>
</packing>
</child>
<child>
@@ -492,7 +493,7 @@
</child>
</object>
<packing>
- <property name="expand">False</property>
+ <property name="expand">True</property>
<property name="fill">True</property>
<property name="position">1</property>
</packing>
diff --git a/src/ui/ripper.ui b/src/ui/ripper.ui
index 33088fb..ce70b8c 100644
--- a/src/ui/ripper.ui
+++ b/src/ui/ripper.ui
@@ -3,7 +3,7 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="ripper_dialog">
<property name="can_focus">False</property>
- <property name="border_width">6</property>
+ <property name="border_width">5</property>
<property name="title" translatable="yes">Extracting Tracks</property>
<property name="resizable">False</property>
<property name="window_position">center-on-parent</property>
@@ -22,12 +22,10 @@
<child>
<object class="GtkButton" id="cancel_button">
<property name="label">gtk-cancel</property>
- <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
- <property name="use_action_appearance">False</property>
<property name="use_stock">True</property>
</object>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]