fix style
This commit is contained in:
parent
5527100398
commit
619ab740dd
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<gresources>
|
<gresources>
|
||||||
<gresource prefix="/cl/cromer/ubb/sernatur">
|
<gresource prefix="/cl/cromer/ubb/sernatur">
|
||||||
<file preprocess="xml-stripblanks">sernatur.window.ui</file>
|
<file preprocess="xml-stripblanks">sernatur.window.ui</file>
|
||||||
<file preprocess="to-pixdata">pixdata/logo-sernatur.svg</file>
|
<file preprocess="to-pixdata">pixdata/logo-sernatur.svg</file>
|
||||||
</gresource>
|
</gresource>
|
||||||
</gresources>
|
</gresources>
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Generated with glade 3.22.1 -->
|
<!-- Generated with glade 3.22.1 -->
|
||||||
<interface>
|
<interface>
|
||||||
<requires lib="gtk+" version="3.10"/>
|
<requires lib="gtk+" version="3.10"/>
|
||||||
<template class="SernaturMainWindow" parent="GtkApplicationWindow">
|
<template class="SernaturMainWindow" parent="GtkApplicationWindow">
|
||||||
<property name="can_focus">False</property>
|
<property name="can_focus">False</property>
|
||||||
<property name="title" translatable="no">SERNATUR</property>
|
<property name="title" translatable="no">SERNATUR</property>
|
||||||
<property name="icon_name">sernatur</property>
|
<property name="icon_name">sernatur</property>
|
||||||
<property name="show_menubar">False</property>
|
<property name="show_menubar">False</property>
|
||||||
<child>
|
<child>
|
||||||
<placeholder/>
|
<placeholder/>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<placeholder/>
|
<placeholder/>
|
||||||
</child>
|
</child>
|
||||||
</template>
|
</template>
|
||||||
</interface>
|
</interface>
|
||||||
|
@ -19,8 +19,8 @@ endif
|
|||||||
|
|
||||||
vala_sources = files(
|
vala_sources = files(
|
||||||
'sernatur.vala',
|
'sernatur.vala',
|
||||||
'sernatur-window.vala'
|
'sernatur-window.vala')
|
||||||
)
|
|
||||||
sources = vala_sources
|
sources = vala_sources
|
||||||
c_sources = [sernatur_gresource_c]
|
c_sources = [sernatur_gresource_c]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user