fix focus
This commit is contained in:
parent
1d4b9c64f2
commit
7eb6b42e96
1 changed files with 1 additions and 4 deletions
|
|
@ -1,10 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<interface>
|
||||
<requires lib="gtk+" version="2.16"/>
|
||||
<!-- interface-requires sourceview2 0.0 -->
|
||||
<!-- interface-requires calcool_window 1.0 -->
|
||||
<!-- interface-naming-policy project-wide -->
|
||||
<!-- interface-local-resource-path ../media -->
|
||||
<object class="CalcoolWindow" id="calcool_window">
|
||||
<property name="width_request">600</property>
|
||||
<property name="height_request">500</property>
|
||||
|
|
@ -173,6 +169,7 @@
|
|||
<object class="GtkSourceView" id="input">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="has_focus">True</property>
|
||||
<property name="left_margin">2</property>
|
||||
<property name="right_margin">2</property>
|
||||
<property name="show_line_numbers">True</property>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue