Skip to content

Commit

Permalink
pathRow: Remove redundant box
Browse files Browse the repository at this point in the history
  • Loading branch information
A6GibKm committed Mar 31, 2023
1 parent e6c0f06 commit 8ba9e6d
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions src/widgets/pathRow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,13 @@
<template class="FlatsealPathRow" parent="GtkBox">
<property name="margin-bottom">12</property>
<child>
<object class="GtkBox">
<property name="visible">0</property>
<property name="orientation">vertical</property>
<child>
<object class="GtkImage" id="image">
<property name="visible">0</property>
<property name="vexpand">1</property>
<property name="valign">center</property>
<property name="icon_size">large</property>
<style>
<class name="info"/>
</style>
</object>
</child>
<object class="GtkImage" id="image">
<property name="visible">False</property>
<property name="valign">center</property>
<property name="icon_size">large</property>
<style>
<class name="info"/>
</style>
</object>
</child>
<child>
Expand Down

0 comments on commit 8ba9e6d

Please sign in to comment.