aboutsummaryrefslogtreecommitdiff
path: root/voctogui/ui
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-06-18 13:47:05 +0200
committerMaZderMind <github@mazdermind.de>2015-06-18 13:47:05 +0200
commit2e7194ad7916bef47a8e322353a3cdbd27953697 (patch)
treeaa76599f3d3d5c5d75b4f22c92a84b5e63a0be5e /voctogui/ui
parentcbc4f78dc9ad35a5b3ae81139cb6d8ffe054cdee (diff)
minimalistic start of a level-meter
Diffstat (limited to 'voctogui/ui')
-rw-r--r--voctogui/ui/voctogui.ui44
1 files changed, 20 insertions, 24 deletions
diff --git a/voctogui/ui/voctogui.ui b/voctogui/ui/voctogui.ui
index c4cf068..ca7dd32 100644
--- a/voctogui/ui/voctogui.ui
+++ b/voctogui/ui/voctogui.ui
@@ -160,7 +160,6 @@
<property name="can_focus">False</property>
<child>
<object class="GtkBox" id="box_left">
- <property name="width_request">320</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
@@ -224,31 +223,16 @@
</packing>
</child>
<child>
- <object class="GtkBox" id="box_video_mail">
+ <object class="GtkDrawingArea" id="video_main">
+ <property name="width_request">800</property>
+ <property name="height_request">450</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="orientation">vertical</property>
- <child>
- <object class="GtkDrawingArea" id="video_main">
- <property name="width_request">800</property>
- <property name="height_request">450</property>
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="double_buffered">False</property>
- <property name="margin_left">5</property>
- <property name="margin_right">5</property>
- <property name="margin_top">5</property>
- <property name="margin_bottom">5</property>
- </object>
- <packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <placeholder/>
- </child>
+ <property name="double_buffered">False</property>
+ <property name="margin_left">5</property>
+ <property name="margin_right">5</property>
+ <property name="margin_top">5</property>
+ <property name="margin_bottom">5</property>
</object>
<packing>
<property name="expand">True</property>
@@ -256,6 +240,18 @@
<property name="position">1</property>
</packing>
</child>
+ <child>
+ <object class="GtkDrawingArea" id="audiolevel_main">
+ <property name="width_request">30</property>
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ </object>
+ <packing>
+ <property name="expand">False</property>
+ <property name="fill">True</property>
+ <property name="position">2</property>
+ </packing>
+ </child>
</object>
<packing>
<property name="expand">True</property>