~ubuntu-branches/ubuntu/quantal/lernid/quantal

« back to all changes in this revision

Viewing changes to data/ui/LernidWindow.ui

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Higginson
  • Date: 2010-07-31 08:42:13 UTC
  • Revision ID: james.westby@ubuntu.com-20100731084213-g9zh9tl2xnib586s
Tags: 0.7
* New upstream version, fixes bugs:
  (LP: #530119) - Don't block UI when downloading slides
  (LP: #500495) - Should support other IRC channel prefixes than '#'
  (LP: #510003) - Warnings in the terminal when closing Lernid
  (LP: #530115) - exit in terminal
  (LP: #514733) - Preload the default page in browser
  (LP: #503224) - Lernid opens too small
  (LP: #530810) - URLs in chat area should be clickable 
  (LP: #530821) - Add an xchat-type separator line for new text in
                  classroom
  (LP: #531492) - missing copy menu entries for browser widget
* debian/control, change section:
  (LP: #546968) - Inappropriately appears in Ubuntu Software Center
                  "Developer Tools" > "Python"

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  <!-- interface-naming-policy project-wide -->
6
6
  <!-- interface-local-resource-path ../media -->
7
7
  <object class="LernidWindow" id="lernid_window">
8
 
    <property name="width_request">600</property>
9
 
    <property name="height_request">500</property>
 
8
    <property name="width_request">800</property>
 
9
    <property name="height_request">550</property>
10
10
    <property name="title" translatable="yes">Lernid</property>
11
11
    <property name="window_position">center</property>
12
12
    <property name="icon_name">lernid</property>
13
 
    <signal name="delete_event" handler="quit"/>
 
13
    <signal name="destroy" handler="quit"/>
14
14
    <child>
15
15
      <object class="GtkVBox" id="main_vbox">
16
16
        <property name="visible">True</property>