Skip to content

ListView: Redo all the things - #1092

Merged
danirabbit merged 1 commit into
danirabbit/gtk4from
danirabbit/gtk4-listview-redo
Aug 13, 2026
Merged

ListView: Redo all the things#1092
danirabbit merged 1 commit into
danirabbit/gtk4from
danirabbit/gtk4-listview-redo

Conversation

@danirabbit

Copy link
Copy Markdown
Member

No description provided.

@danirabbit
danirabbit merged commit 1c94b46 into danirabbit/gtk4 Aug 13, 2026
0 of 6 checks passed
@danirabbit
danirabbit deleted the danirabbit/gtk4-listview-redo branch August 13, 2026 17:11
spinning = true,
halign = Gtk.Align.CENTER,
valign = Gtk.Align.CENTER,
halign =CENTER,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space after =


var scrolled_window = new Gtk.ScrolledWindow () {
hscrollbar_policy = NEVER,
hscrollbar_policy = Gtk.PolicyType.NEVER,

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gtk.Align. prefix is removed everywhere but Gtk.PolicyType. is added?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just going into another WIP branch :)


var label = new Gtk.Label (label);
label.add_css_class (Granite.CssClass.SMALL);
label.add_css_class (Granite.STYLE_CLASS_SMALL_LABEL);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In MessageListItem.vala line 82 you do the exact opposite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants