Skip to content

Commit

Permalink
applicationRow: Make it keyboard-navigable
Browse files Browse the repository at this point in the history
Closes tchx84#318
  • Loading branch information
tchx84 committed Oct 1, 2021
1 parent fe9800d commit c901b55
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions src/widgets/applicationRow.ui
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.22.1 -->
<!-- Generated with glade 3.38.2 -->
<interface>
<requires lib="gtk+" version="3.20"/>
<template class="FlatsealApplicationRow" parent="GtkListBoxRow">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can-focus">True</property>
<child>
<object class="GtkBox">
<property name="height_request">50</property>
<property name="height-request">50</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can-focus">False</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can-focus">False</property>
<property name="valign">center</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkImage" id="icon">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can-focus">False</property>
<property name="halign">center</property>
<property name="valign">center</property>
<property name="pixel_size">40</property>
<property name="icon_name">com.github.tchx84.Flatseal</property>
<property name="pixel-size">40</property>
<property name="icon-name">com.github.tchx84.Flatseal</property>
<property name="icon_size">0</property>
<style>
<class name="icon"/>
Expand All @@ -46,17 +46,17 @@
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can-focus">False</property>
<property name="valign">center</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkLabel" id="name">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="valign">center</property>
<property name="ellipsize">end</property>
<property name="single_line_mode">True</property>
<property name="single-line-mode">True</property>
<style>
<class name="name"/>
</style>
Expand All @@ -70,11 +70,11 @@
<child>
<object class="GtkLabel" id="appId">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="valign">center</property>
<property name="ellipsize">end</property>
<property name="single_line_mode">True</property>
<property name="single-line-mode">True</property>
<style>
<class name="app-id"/>
</style>
Expand Down

0 comments on commit c901b55

Please sign in to comment.