[ghex/bilelmoussaoui/ui] preferences: vertically center font buttons
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ghex/bilelmoussaoui/ui] preferences: vertically center font buttons
- Date: Sat, 25 Jun 2022 07:18:50 +0000 (UTC)
commit dec165cc9d7c4be7ce1d19f35874e3c31589ca3a
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Sat Jun 25 07:18:48 2022 +0000
preferences: vertically center font buttons
src/preferences.ui | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/src/preferences.ui b/src/preferences.ui
index f36c1be..2c5b398 100644
--- a/src/preferences.ui
+++ b/src/preferences.ui
@@ -42,6 +42,7 @@
<child>
<object class="GtkFontButton"
id="font_button">
<property
name="halign">start</property>
+ <property
name="valign">center</property>
</object>
</child>
</object>
@@ -143,7 +144,9 @@
<object class="AdwActionRow">
<property name="title"
translatable="yes">Data font</property>
<child>
- <object class="GtkFontButton"
id="data_font_button" />
+ <object class="GtkFontButton"
id="data_font_button">
+ <property
name="valign">center</property>
+ </object>
</child>
</object>
</child>
@@ -152,7 +155,9 @@
<object class="AdwActionRow">
<property name="title"
translatable="yes">Header font</property>
<child>
- <object class="GtkFontButton"
id="header_font_button" />
+ <object class="GtkFontButton"
id="header_font_button">
+ <property
name="valign">center</property>
+ </object>
</child>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]