Skip to content
Snippets Groups Projects
Commit ac854946 authored by Antoine Fontaine's avatar Antoine Fontaine :8ball:
Browse files

Fixed ui file that survived the Moody purge

parent 69c8e790
Tags 0.1
No related merge requests found
......@@ -46,7 +46,7 @@
</object>
<template class="GuiWindow" parent="GtkApplicationWindow">
<property name="can_focus">False</property>
<property name="title">Handy Moodle</property>
<property name="title">Moody</property>
<property name="default_width">360</property>
<property name="default_height">576</property>
<signal name="key-press-event" handler="key_pressed_cb" after="yes" swapped="no"/>
......@@ -65,7 +65,7 @@
<object class="GtkHeaderBar" id="header_bar">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="title">Handy Moodle</property>
<property name="title">Moody</property>
<property name="show_close_button">True</property>
</object>
<packing>
......@@ -217,7 +217,7 @@
<property name="opacity">0.7</property>
<property name="halign">center</property>
<property name="margin_bottom">12</property>
<property name="label" translatable="yes">Welcome to Handy Moodle</property>
<property name="label" translatable="yes">Hey, Welcome!</property>
<property name="justify">center</property>
<property name="wrap">True</property>
<attributes>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment