Better looking

This commit is contained in:
Pcornat 2026-03-18 14:47:08 +01:00
commit 8a91b47152
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD

View file

@ -536,6 +536,7 @@
<object class="GtkGrid"> <object class="GtkGrid">
<child> <child>
<object class="GtkGrid"> <object class="GtkGrid">
<property name="hexpand">True</property>
<child> <child>
<object class="GtkLabel"> <object class="GtkLabel">
<property name="halign">start</property> <property name="halign">start</property>
@ -549,7 +550,8 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="adresse_label_base"> <object class="GtkLabel" id="adresse_label_base">
<property name="halign">end</property> <property name="halign">center</property>
<property name="hexpand">True</property>
<layout> <layout>
<property name="column">1</property> <property name="column">1</property>
<property name="row">0</property> <property name="row">0</property>
@ -568,7 +570,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="adresse_label_carac"> <object class="GtkLabel" id="adresse_label_carac">
<property name="halign">end</property> <property name="halign">center</property>
<layout> <layout>
<property name="column">1</property> <property name="column">1</property>
<property name="row">1</property> <property name="row">1</property>
@ -587,7 +589,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="adresse_label_materiel"> <object class="GtkLabel" id="adresse_label_materiel">
<property name="halign">end</property> <property name="halign">center</property>
<layout> <layout>
<property name="column">1</property> <property name="column">1</property>
<property name="row">2</property> <property name="row">2</property>
@ -611,6 +613,8 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="adresse_label_total"> <object class="GtkLabel" id="adresse_label_total">
<property name="halign">center</property>
<property name="hexpand">True</property>
<layout> <layout>
<property name="column">2</property> <property name="column">2</property>
<property name="row">0</property> <property name="row">0</property>
@ -654,7 +658,8 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="chance_label_base"> <object class="GtkLabel" id="chance_label_base">
<property name="halign">end</property> <property name="halign">center</property>
<property name="hexpand">True</property>
<layout> <layout>
<property name="column">1</property> <property name="column">1</property>
<property name="row">0</property> <property name="row">0</property>
@ -673,7 +678,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="chance_label_carac"> <object class="GtkLabel" id="chance_label_carac">
<property name="halign">end</property> <property name="halign">center</property>
<layout> <layout>
<property name="column">1</property> <property name="column">1</property>
<property name="row">1</property> <property name="row">1</property>
@ -692,7 +697,7 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="chance_label_materiel"> <object class="GtkLabel" id="chance_label_materiel">
<property name="halign">end</property> <property name="halign">center</property>
<layout> <layout>
<property name="column">1</property> <property name="column">1</property>
<property name="row">2</property> <property name="row">2</property>
@ -716,6 +721,8 @@
</child> </child>
<child> <child>
<object class="GtkLabel" id="chance_label_total"> <object class="GtkLabel" id="chance_label_total">
<property name="halign">center</property>
<property name="hexpand">True</property>
<layout> <layout>
<property name="column">2</property> <property name="column">2</property>
<property name="row">0</property> <property name="row">0</property>