diff options
author | fiaxh <git@lightrise.org> | 2024-09-16 22:45:47 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2024-09-16 22:45:47 +0200 |
commit | b09556f03349b51d95c14d1046add355a4754e01 (patch) | |
tree | 1743eb40f7afc989c100efab2053c6e960278783 /main/data | |
parent | 65404b24424b2c554c611b24e9ddf7e12ce1a9f4 (diff) | |
download | dino-b09556f03349b51d95c14d1046add355a4754e01.tar.gz dino-b09556f03349b51d95c14d1046add355a4754e01.zip |
Preferences Window: Small improvements
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/preferences_window/account_preferences_subpage.ui | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/main/data/preferences_window/account_preferences_subpage.ui b/main/data/preferences_window/account_preferences_subpage.ui index e0fa4f76..fa273053 100644 --- a/main/data/preferences_window/account_preferences_subpage.ui +++ b/main/data/preferences_window/account_preferences_subpage.ui @@ -75,13 +75,8 @@ </object> </child> <child> - <object class="AdwActionRow" id="local_alias"> + <object class="AdwEntryRow" id="local_alias"> <property name="title" translatable="yes">Local alias</property> - <child type="suffix"> - <object class="GtkEntry" id="local_alias_entry"> - <property name="valign">center</property> - </object> - </child> </object> </child> <child> |