Skip to content

Commit

Permalink
Fix: Set a width for the value column on the tags edition dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
joansalasoler committed Oct 6, 2018
1 parent 8d2f2c7 commit e93fb33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/auale/res/glade/auale.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1463,6 +1463,7 @@ Joan Sala Soler <contact@joansala.com> (graphic design)
<object class="GtkCellRendererText" id="value_cellrenderertext">
<property name="editable">True</property>
<property name="ellipsize">end</property>
<property name="width-chars">50</property>
<signal name="edited" handler="on_property_edited" swapped="no"/>
</object>
<attributes>
Expand Down

0 comments on commit e93fb33

Please # to comment.