feat: Center all widgets

This commit is contained in:
Fabio Lenherr 2023-11-03 15:33:34 +01:00
parent 905c9bbee1
commit 1868e26a2f
5 changed files with 17 additions and 4 deletions

View file

@ -3,7 +3,7 @@
<interface>
<requires lib="gtk" version="4.6"/>
<template class="resetAudio" parent="GtkBox">
<property name="halign">start</property>
<property name="halign">center</property>
<property name="margin-start">5</property>
<property name="orientation">vertical</property>
<property name="valign">start</property>