mirror of
https://github.com/morgan9e/warehouse
synced 2026-04-14 00:04:08 +09:00
Allow description to be copied in properties dialog
This commit is contained in:
@@ -39,29 +39,31 @@ template $PropertiesWindow: Adw.Dialog {
|
||||
]
|
||||
}
|
||||
|
||||
Button {
|
||||
margin-top: 6;
|
||||
Label name {
|
||||
wrap: true;
|
||||
|
||||
styles [
|
||||
"title-1",
|
||||
"flat"
|
||||
"title-1"
|
||||
]
|
||||
|
||||
Label name {
|
||||
wrap: true;
|
||||
}
|
||||
}
|
||||
|
||||
Button {
|
||||
sensitive: true;
|
||||
|
||||
Button description_button {
|
||||
styles [
|
||||
"title-4",
|
||||
"flat"
|
||||
]
|
||||
|
||||
Label description {
|
||||
wrap: true;
|
||||
Box {
|
||||
spacing: 12;
|
||||
|
||||
Label description {
|
||||
halign: start;
|
||||
wrap: true;
|
||||
hexpand: true;
|
||||
}
|
||||
Image {
|
||||
icon-name: "edit-copy-symbolic";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user