Use flatpak info command for the properties window

This commit is contained in:
heliguy
2024-04-02 05:06:20 -04:00
parent b5518e5042
commit c180df4ca1
3 changed files with 67 additions and 23 deletions

View File

@@ -3,7 +3,7 @@ using Adw 1;
template $PropertiesWindow: Adw.Dialog {
content-width: 350;
content-height: 600;
content-height: 999999;
Adw.ToolbarView main_toolbar_view {
[top]
@@ -39,6 +39,32 @@ template $PropertiesWindow: Adw.Dialog {
]
}
Button {
margin-top: 6;
styles [
"title-1",
"flat"
]
Label name {
wrap: true;
}
}
Button {
sensitive: true;
styles [
"title-4",
"flat"
]
Label description {
wrap: true;
}
}
Adw.PreferencesGroup upper {
Adw.ActionRow data_row {
title: _("Loading User Data");