summaryrefslogtreecommitdiffstats
path: root/src/patchage.glade
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-01-14 04:55:22 +0000
committerDavid Robillard <d@drobilla.net>2007-01-14 04:55:22 +0000
commitf0b1962683cf24caa94f9176536a667a179cfc52 (patch)
tree7d6351ed87c33a91aab904f45f3c5cd2a1988e51 /src/patchage.glade
parentf9a66347152ad4459a564d5f92fdeabb6d8b4019 (diff)
downloadpatchage-f0b1962683cf24caa94f9176536a667a179cfc52.tar.gz
patchage-f0b1962683cf24caa94f9176536a667a179cfc52.tar.bz2
patchage-f0b1962683cf24caa94f9176536a667a179cfc52.zip
Replaced useless sample rate combobox with a label.
git-svn-id: http://svn.drobilla.net/lad/patchage@258 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/patchage.glade')
-rw-r--r--src/patchage.glade30
1 files changed, 18 insertions, 12 deletions
diff --git a/src/patchage.glade b/src/patchage.glade
index 48e9220..b4f815a 100644
--- a/src/patchage.glade
+++ b/src/patchage.glade
@@ -638,7 +638,7 @@
</child>
<child>
- <widget class="GtkLabel" id="label7">
+ <widget class="GtkLabel" id="main_frames_at_label">
<property name="visible">True</property>
<property name="label" translatable="yes">frames @</property>
<property name="use_underline">False</property>
@@ -663,21 +663,27 @@
</child>
<child>
- <widget class="GtkComboBoxEntry" id="main_sample_rate_combo">
- <property name="border_width">2</property>
+ <widget class="GtkLabel" id="main_sample_rate_label">
<property name="visible">True</property>
- <property name="sensitive">False</property>
- <property name="items" translatable="yes">44.1
-48
-96</property>
- <property name="add_tearoffs">False</property>
- <property name="has_frame">True</property>
- <property name="focus_on_click">True</property>
+ <property name="label" translatable="yes">48</property>
+ <property name="use_underline">False</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
</widget>
<packing>
<property name="padding">1</property>
- <property name="expand">True</property>
- <property name="fill">True</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
</packing>
</child>