Skip to content

Commit

Permalink
feat: add missing scroll bar to Paste Layer dialog (synfig#3310)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolforg authored Jan 18, 2024
1 parent 2f4b441 commit ecc4068
Showing 1 changed file with 78 additions and 68 deletions.
146 changes: 78 additions & 68 deletions synfig-studio/src/gui/resources/ui/dialog_pasteoptions.glade
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.38.2 -->
<!-- Generated with glade 3.40.0 -->
<interface>
<requires lib="gtk+" version="3.14"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">100</property>
<property name="step-increment">1</property>
<property name="page-increment">10</property>
</object>
<object class="GtkCheckButton" id="copy_column_header">
<property name="label" translatable="yes">Copy?</property>
<property name="visible">True</property>
Expand Down Expand Up @@ -118,84 +123,89 @@ In other words, it means you will not be able to load this file if any source fi
</packing>
</child>
<child>
<object class="GtkTreeView" id="treeview_valuenodes">
<object class="GtkScrolledWindow">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="model">valuenodes_liststore</property>
<property name="enable-grid-lines">horizontal</property>
<property name="tooltip-column">8</property>
<child internal-child="selection">
<object class="GtkTreeSelection"/>
</child>
<child>
<object class="GtkTreeViewColumn">
<property name="sizing">fixed</property>
<property name="fixed-width">24</property>
<property name="reorderable">True</property>
<property name="sort-column-id">7</property>
<child>
<object class="GtkCellRendererPixbuf"/>
<attributes>
<attribute name="sensitive">11</attribute>
<attribute name="pixbuf">7</attribute>
</attributes>
</child>
</object>
</child>
<property name="shadow-type">in</property>
<child>
<object class="GtkTreeViewColumn" id="name_column">
<property name="resizable">True</property>
<property name="title" translatable="yes" context="ValueNode id / name">Name</property>
<property name="expand">True</property>
<property name="reorderable">True</property>
<property name="sort-column-id">2</property>
<object class="GtkTreeView" id="treeview_valuenodes">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="vadjustment">adjustment1</property>
<property name="model">valuenodes_liststore</property>
<property name="enable-grid-lines">horizontal</property>
<property name="tooltip-column">8</property>
<child>
<object class="GtkCellRendererPixbuf"/>
<attributes>
<attribute name="sensitive">11</attribute>
<attribute name="pixbuf">9</attribute>
</attributes>
<object class="GtkTreeViewColumn">
<property name="sizing">fixed</property>
<property name="fixed-width">24</property>
<property name="reorderable">True</property>
<property name="sort-column-id">7</property>
<child>
<object class="GtkCellRendererPixbuf"/>
<attributes>
<attribute name="sensitive">11</attribute>
<attribute name="pixbuf">7</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkCellRendererText" id="name_column_renderer"/>
<attributes>
<attribute name="sensitive">11</attribute>
<attribute name="editable">3</attribute>
<attribute name="text">2</attribute>
</attributes>
<object class="GtkTreeViewColumn" id="name_column">
<property name="resizable">True</property>
<property name="title" translatable="yes" context="ValueNode id / name">Name</property>
<property name="expand">True</property>
<property name="reorderable">True</property>
<property name="sort-column-id">2</property>
<child>
<object class="GtkCellRendererPixbuf"/>
<attributes>
<attribute name="sensitive">11</attribute>
<attribute name="pixbuf">9</attribute>
</attributes>
</child>
<child>
<object class="GtkCellRendererText" id="name_column_renderer"/>
<attributes>
<attribute name="sensitive">11</attribute>
<attribute name="editable">3</attribute>
<attribute name="text">2</attribute>
</attributes>
</child>
</object>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="filepath_column">
<property name="resizable">True</property>
<property name="title" translatable="yes">Source file</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText">
<property name="ellipsize">middle</property>
<property name="scale">0.80</property>
<object class="GtkTreeViewColumn" id="filepath_column">
<property name="resizable">True</property>
<property name="title" translatable="yes">Source file</property>
<property name="expand">True</property>
<child>
<object class="GtkCellRendererText">
<property name="ellipsize">middle</property>
<property name="scale">0.80</property>
</object>
<attributes>
<attribute name="sensitive">11</attribute>
<attribute name="visible">5</attribute>
<attribute name="text">4</attribute>
</attributes>
</child>
</object>
<attributes>
<attribute name="sensitive">11</attribute>
<attribute name="visible">5</attribute>
<attribute name="text">4</attribute>
</attributes>
</child>
</object>
</child>
<child>
<object class="GtkTreeViewColumn" id="copy_column">
<property name="sizing">fixed</property>
<property name="min-width">80</property>
<property name="title" translatable="yes">Copy?</property>
<property name="alignment">0.5</property>
<child>
<object class="GtkCellRendererToggle" id="copy_column_renderer"/>
<attributes>
<attribute name="sensitive">11</attribute>
<attribute name="active">10</attribute>
</attributes>
<object class="GtkTreeViewColumn" id="copy_column">
<property name="sizing">fixed</property>
<property name="min-width">80</property>
<property name="title" translatable="yes">Copy?</property>
<property name="alignment">0.5</property>
<child>
<object class="GtkCellRendererToggle" id="copy_column_renderer"/>
<attributes>
<attribute name="sensitive">11</attribute>
<attribute name="active">10</attribute>
</attributes>
</child>
</object>
</child>
</object>
</child>
Expand Down

0 comments on commit ecc4068

Please sign in to comment.