Skip to content

Commit 6c5cc24

Browse files
committed
data/ui/filediff.ui: Add toolbar items for label widgets
1 parent d42e656 commit 6c5cc24

1 file changed

Lines changed: 54 additions & 0 deletions

File tree

data/ui/filediff.ui

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,24 @@
182182
<property name="expand">True</property>
183183
</packing>
184184
</child>
185+
<child>
186+
<object class="GtkToolItem" id="filelabel_toolitem2">
187+
<property name="visible">False</property>
188+
<property name="can_focus">False</property>
189+
<property name="receives_default">False</property>
190+
<child>
191+
<object class="GtkLabel" id="filelabel2">
192+
<property name="visible">True</property>
193+
<property name="can_focus">False</property>
194+
<property name="xalign">0</property>
195+
<property name="label" translatable="yes">File 3</property>
196+
</object>
197+
</child>
198+
</object>
199+
<packing>
200+
<property name="expand">True</property>
201+
</packing>
202+
</child>
185203
</object>
186204
<packing>
187205
<property name="left_attach">5</property>
@@ -234,6 +252,24 @@
234252
<property name="expand">True</property>
235253
</packing>
236254
</child>
255+
<child>
256+
<object class="GtkToolItem" id="filelabel_toolitem1">
257+
<property name="visible">False</property>
258+
<property name="can_focus">False</property>
259+
<property name="receives_default">False</property>
260+
<child>
261+
<object class="GtkLabel" id="filelabel1">
262+
<property name="visible">True</property>
263+
<property name="can_focus">False</property>
264+
<property name="xalign">0</property>
265+
<property name="label" translatable="yes">File 2</property>
266+
</object>
267+
</child>
268+
</object>
269+
<packing>
270+
<property name="expand">True</property>
271+
</packing>
272+
</child>
237273
</object>
238274
<packing>
239275
<property name="left_attach">3</property>
@@ -286,6 +322,24 @@
286322
<property name="expand">True</property>
287323
</packing>
288324
</child>
325+
<child>
326+
<object class="GtkToolItem" id="filelabel_toolitem0">
327+
<property name="visible">False</property>
328+
<property name="can_focus">False</property>
329+
<property name="receives_default">False</property>
330+
<child>
331+
<object class="GtkLabel" id="filelabel0">
332+
<property name="visible">True</property>
333+
<property name="can_focus">False</property>
334+
<property name="xalign">0</property>
335+
<property name="label" translatable="yes">File 1</property>
336+
</object>
337+
</child>
338+
</object>
339+
<packing>
340+
<property name="expand">True</property>
341+
</packing>
342+
</child>
289343
</object>
290344
<packing>
291345
<property name="left_attach">1</property>

0 commit comments

Comments
 (0)