diff options
author | fiaxh <git@lightrise.org> | 2024-06-20 18:39:25 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2024-06-20 18:57:24 +0200 |
commit | 984ae3f5b89081f97696cd5051167a18159aa60b (patch) | |
tree | b0dfeec49492b7abee0aa3d016e61185eae1054b /main/data/preferences_window_account.ui | |
parent | 680f0dd0a768b201b62899905c38210e834dde91 (diff) | |
download | dino-984ae3f5b89081f97696cd5051167a18159aa60b.tar.gz dino-984ae3f5b89081f97696cd5051167a18159aa60b.zip |
Settings dialog: Fix account subpage for Adwaita < 1.4, other fixes
fixes #1592
Diffstat (limited to 'main/data/preferences_window_account.ui')
-rw-r--r-- | main/data/preferences_window_account.ui | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/main/data/preferences_window_account.ui b/main/data/preferences_window_account.ui index 4280422d..e0fa4f76 100644 --- a/main/data/preferences_window_account.ui +++ b/main/data/preferences_window_account.ui @@ -4,11 +4,10 @@ <template class="DinoUiAccountPreferencesSubpage"> <property name="orientation">vertical</property> <child> - <object class="AdwHeaderBar"> + <object class="AdwHeaderBar" id="headerbar"> <style> <class name="flat"/> </style> - <property name="show-title">False</property> <child> <object class="GtkButton" id="back_button"> <property name="icon-name">go-previous-symbolic</property> |