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

Fixed ui file that survived the Moody purge

parent f2dc354e
Branches
No related merge requests found
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
</object> </object>
<template class="GuiWindow" parent="GtkApplicationWindow"> <template class="GuiWindow" parent="GtkApplicationWindow">
<property name="can_focus">False</property> <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_width">360</property>
<property name="default_height">576</property> <property name="default_height">576</property>
<signal name="key-press-event" handler="key_pressed_cb" after="yes" swapped="no"/> <signal name="key-press-event" handler="key_pressed_cb" after="yes" swapped="no"/>
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<object class="GtkHeaderBar" id="header_bar"> <object class="GtkHeaderBar" id="header_bar">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</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> <property name="show_close_button">True</property>
</object> </object>
<packing> <packing>
...@@ -217,7 +217,7 @@ ...@@ -217,7 +217,7 @@
<property name="opacity">0.7</property> <property name="opacity">0.7</property>
<property name="halign">center</property> <property name="halign">center</property>
<property name="margin_bottom">12</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="justify">center</property>
<property name="wrap">True</property> <property name="wrap">True</property>
<attributes> <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