Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAntonio Petricca <antonio.petricca@gmail.com>2022-08-05 10:31:30 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-08-05 10:31:30 +0300
commit22a804b451a7012efdd54b61ba3c7d0bbabb99b7 (patch)
treefcff2c272ddde9c35644d87a5bd7c4f5379faa4f /data
parent1283ff2a3423ff5a910fff619124fcc1bc87dcbb (diff)
Adding Labels/Tags
Diffstat (limited to 'data')
-rw-r--r--data/ui/remmina_main.glade17
1 files changed, 17 insertions, 0 deletions
diff --git a/data/ui/remmina_main.glade b/data/ui/remmina_main.glade
index 25da9a1ac..6fa172964 100644
--- a/data/ui/remmina_main.glade
+++ b/data/ui/remmina_main.glade
@@ -467,12 +467,29 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
<child>
<object class="GtkCellRendererText" id="renderer_files_list_group"/>
<attributes>
+ <attribute name="alignment">5</attribute>
<attribute name="text">2</attribute>
</attributes>
</child>
</object>
</child>
<child>
+ <object class="GtkTreeViewColumn" id="column_files_list_labels">
+ <property name="resizable">True</property>
+ <property name="title" translatable="yes">Labels</property>
+ <property name="clickable">True</property>
+ <property name="sort-indicator">True</property>
+ <property name="sort-order">descending</property>
+ <property name="sort-column-id">7</property>
+ <child>
+ <object class="GtkCellRendererText" id="renderer_files_list_labels"/>
+ <attributes>
+ <attribute name="text">7</attribute>
+ </attributes>
+ </child>
+ </object>
+ </child>
+ <child>
<object class="GtkTreeViewColumn" id="column_files_list_server">
<property name="resizable">True</property>
<property name="title" translatable="yes">Server</property>