Mercurial > code > home > repos > light9
changeset 918:124f4647179f
new-curve dialog could never get focus on my laptop
Ignore-this: 654aaebc59dc701ae3f7b28d5c653293
author | drewp@bigasterisk.com |
---|---|
date | Mon, 10 Jun 2013 20:14:27 +0000 |
parents | e7d5f008b2fa |
children | 33a5a98e9bf1 |
files | light9/curvecalc/curvecalc.glade |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/curvecalc/curvecalc.glade Mon Jun 10 19:57:59 2013 +0000 +++ b/light9/curvecalc/curvecalc.glade Mon Jun 10 20:14:27 2013 +0000 @@ -684,7 +684,6 @@ <object class="GtkDialog" id="newCurve"> <property name="can_focus">False</property> <property name="border_width">5</property> - <property name="type">popup</property> <property name="title" translatable="yes">New curve</property> <property name="modal">True</property> <property name="window_position">mouse</property> @@ -755,6 +754,7 @@ <object class="GtkEntry" id="newCurveName"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="has_focus">True</property> <property name="is_focus">True</property> <property name="invisible_char">●</property> <property name="activates_default">True</property>