fix blueprint compiler trash

parent 71602ba2
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT EDIT!
This file was @generated by blueprint-compiler. Instead, edit the
corresponding .blp file and regenerate this file with blueprint-compiler.
-->
<interface domain="eepm-play-gui"> <interface domain="eepm-play-gui">
<requires lib="gtk" version="4.0"/> <requires lib="gtk" version="4.0"/>
<template class="EepmPlayGuiWindow" parent="AdwApplicationWindow"> <template class="EepmPlayGuiWindow" parent="AdwApplicationWindow">
...@@ -13,7 +8,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler. ...@@ -13,7 +8,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
<property name="height-request">294</property> <property name="height-request">294</property>
<child> <child>
<object class="AdwToolbarView"> <object class="AdwToolbarView">
<property name="top-bar-style">1</property> <property name="top-bar-style">raised</property>
<child type="top"> <child type="top">
<object class="AdwHeaderBar" id="header_bar"> <object class="AdwHeaderBar" id="header_bar">
<child type="start"> <child type="start">
...@@ -83,7 +78,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler. ...@@ -83,7 +78,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
</items> </items>
</object> </object>
</property> </property>
<property name="halign">2</property> <property name="halign">end</property>
</object> </object>
</child> </child>
<style> <style>
...@@ -96,7 +91,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler. ...@@ -96,7 +91,7 @@ corresponding .blp file and regenerate this file with blueprint-compiler.
<property name="content"> <property name="content">
<object class="GtkScrolledWindow"> <object class="GtkScrolledWindow">
<property name="propagate-natural-height">true</property> <property name="propagate-natural-height">true</property>
<property name="hscrollbar-policy">2</property> <property name="hscrollbar-policy">never</property>
<child> <child>
<object class="AdwClamp"> <object class="AdwClamp">
<property name="margin-bottom">12</property> <property name="margin-bottom">12</property>
......
Markdown is supported
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