summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-11 09:07:50 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-10-11 09:07:50 +0200
commit0c0c93912094bb668a31703b2640f72a0f1b5df8 (patch)
tree4a82fb72090afed2e1967705319694cf392fb29b
parent6200956f93eabb0fe040902fda3716b676b2921a (diff)
downloaduca-0c0c93912094bb668a31703b2640f72a0f1b5df8.tar.gz
uca-0c0c93912094bb668a31703b2640f72a0f1b5df8.tar.bz2
uca-0c0c93912094bb668a31703b2640f72a0f1b5df8.tar.xz
uca-0c0c93912094bb668a31703b2640f72a0f1b5df8.zip
Don't set the maximum size of the preview image
-rw-r--r--tools/gui/control.glade2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/gui/control.glade b/tools/gui/control.glade
index 6d6d791..7ef712d 100644
--- a/tools/gui/control.glade
+++ b/tools/gui/control.glade
@@ -181,8 +181,6 @@
<property name="resize_mode">queue</property>
<child>
<object class="GtkImage" id="image">
- <property name="width_request">640</property>
- <property name="height_request">480</property>
<property name="visible">True</property>
<property name="stock">gtk-missing-image</property>
</object>