mirror of
https://github.com/DYefremov/DemonEditor.git
synced 2026-05-07 02:15:39 +02:00
fixed width for provider name
This commit is contained in:
@@ -618,8 +618,8 @@ Author: Dmitriy Yefremov
|
|||||||
<signal name="cursor-changed" handler="on_picon_activated" swapped="no"/>
|
<signal name="cursor-changed" handler="on_picon_activated" swapped="no"/>
|
||||||
<signal name="drag-data-get" handler="on_picons_view_drag_data_get" swapped="no"/>
|
<signal name="drag-data-get" handler="on_picons_view_drag_data_get" swapped="no"/>
|
||||||
<signal name="key-press-event" handler="on_tree_view_key_press" swapped="no"/>
|
<signal name="key-press-event" handler="on_tree_view_key_press" swapped="no"/>
|
||||||
<signal name="realize" handler="on_picons_dest_view_realize" swapped="no"/>
|
|
||||||
<signal name="query-tooltip" handler="on_view_query_tooltip" swapped="no"/>
|
<signal name="query-tooltip" handler="on_view_query_tooltip" swapped="no"/>
|
||||||
|
<signal name="realize" handler="on_picons_dest_view_realize" swapped="no"/>
|
||||||
<child internal-child="selection">
|
<child internal-child="selection">
|
||||||
<object class="GtkTreeSelection" id="picons_dest_view_selection"/>
|
<object class="GtkTreeSelection" id="picons_dest_view_selection"/>
|
||||||
</child>
|
</child>
|
||||||
@@ -1024,7 +1024,9 @@ Author: Dmitriy Yefremov
|
|||||||
</attributes>
|
</attributes>
|
||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkCellRendererText" id="name_cellrenderertext"/>
|
<object class="GtkCellRendererText" id="name_cellrenderertext">
|
||||||
|
<property name="ellipsize">end</property>
|
||||||
|
</object>
|
||||||
<attributes>
|
<attributes>
|
||||||
<attribute name="text">1</attribute>
|
<attribute name="text">1</attribute>
|
||||||
</attributes>
|
</attributes>
|
||||||
|
|||||||
Reference in New Issue
Block a user