mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Use flatpak info command for the properties window
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user