Replace GtkTreeView in Build Information with Adwaita widgets
Review Request #2193 — Created Jan. 16, 2023 and submitted
I originally put the information in the
AdwActionRow
's subtitle, but then the important part (in the subtitle) becomes a dim label, which seems wrong.
I also tried anAdwEntryRow
instead, which makes the title dim instead, but then you get a weird semi-editable appearance, such as the pencil icon, even when the field is not editable.So this appearance with a label on the right is similar to the Information section of the General tab in the GTK Inspector.
I also re-arranged the order slightly; it seems like the Meson arguments are the least important so I put them last.
Compiled and opened About dialog.
Summary | ID |
---|---|
c40cb8a07f3825928cd69ae9c8e9b8e3e372311f |
Description | From | Last Updated |
---|---|---|
this might be easier to read with GtkWidget *label = gtk_label_new(value); gtk_label_set_use_markup(GTK_LABLE(label), TRUE)); Because not everyone is going to memorize … |
grim |