1
0
Fork 0

Add buttons

This commit is contained in:
Alex Kotov 2021-12-06 23:36:35 +05:00
parent f9baf936d2
commit bceac2490d
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 25 additions and 3 deletions

28
main.ui
View File

@ -54,6 +54,10 @@
<property name="column-homogeneous">True</property>
<property name="column-spacing">5</property>
<property name="hexpand">True</property>
<property name="margin_bottom">10</property>
<property name="margin_end">20</property>
<property name="margin_start">20</property>
<property name="margin_top">10</property>
<property name="row-homogeneous">False</property>
<property name="row-spacing">5</property>
<property name="vexpand">False</property>
@ -68,15 +72,33 @@
</object>
</child>
<child>
<object class="GtkLabel">
<property name="can_focus">False</property>
<property name="label">Background choose</property>
<object class="GtkColorButton">
<property name="can_focus">True</property>
<layout>
<property name="column">1</property>
<property name="row">0</property>
</layout>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="can_focus">False</property>
<property name="label">Foreground</property>
<layout>
<property name="column">0</property>
<property name="row">1</property>
</layout>
</object>
</child>
<child>
<object class="GtkColorButton">
<property name="can_focus">True</property>
<layout>
<property name="column">1</property>
<property name="row">1</property>
</layout>
</object>
</child>
</object>
</child>
<child>