From a8484b9c07ef10ff09fd7b119fb61d7cd3bc8f48 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Fri, 8 Jul 2022 11:11:38 -0300 Subject: [PATCH] project: Port to GTK4 accessibility framework This was simple, since few widgets have accessibility properties manually set. The 'static' role doesn't exist anymore, and GtkLabel handles everything for us, so we can just drop it. --- libmalcontent-ui/user-controls.ui | 11 +---------- malcontent-control/carousel.ui | 16 ++++++---------- malcontent-control/main.ui | 7 +------ 3 files changed, 8 insertions(+), 26 deletions(-) diff --git a/libmalcontent-ui/user-controls.ui b/libmalcontent-ui/user-controls.ui index 96d38de..43991d6 100644 --- a/libmalcontent-ui/user-controls.ui +++ b/libmalcontent-ui/user-controls.ui @@ -12,11 +12,6 @@ True 0.0 0.0 - - - static - - @@ -140,11 +135,7 @@ - - - - - + diff --git a/malcontent-control/carousel.ui b/malcontent-control/carousel.ui index 4e03dad..d6340f9 100644 --- a/malcontent-control/carousel.ui +++ b/malcontent-control/carousel.ui @@ -36,11 +36,9 @@ 4 go-previous-symbolic - - - Previous Page - - + + Previous Page + @@ -59,11 +57,9 @@ 4 go-next-symbolic - - - Next Page - - + + Next Page + diff --git a/malcontent-control/main.ui b/malcontent-control/main.ui index 792db28..fd3ab1c 100644 --- a/malcontent-control/main.ui +++ b/malcontent-control/main.ui @@ -40,7 +40,7 @@ user_manager False - + user_controls @@ -118,11 +118,6 @@ - - - static - -