Skip to content

Commit f96ce4c

Browse files
committed
Minor tweaks to the MainWindow gui.
1 parent d3446d7 commit f96ce4c

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

assets/ui_templates/MainWindow.ui

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -197,48 +197,53 @@
197197
</packing>
198198
</child>
199199
<child>
200-
<object class="GtkLabel" id="processQueueLabel">
200+
<object class="GtkLabel" id="processTitleLabel">
201201
<property name="visible">True</property>
202202
<property name="can_focus">False</property>
203203
<property name="margin_left">10</property>
204204
<property name="label" translatable="yes">label</property>
205+
<attributes>
206+
<attribute name="weight" value="bold"/>
207+
</attributes>
205208
</object>
206209
<packing>
207210
<property name="expand">False</property>
208211
<property name="fill">True</property>
209-
<property name="position">1</property>
212+
<property name="position">2</property>
210213
</packing>
211214
</child>
212215
<child>
213-
<object class="GtkLabel" id="processTitleLabel">
216+
<object class="GtkLabel" id="processMessageLabel">
214217
<property name="visible">True</property>
215218
<property name="can_focus">False</property>
219+
<property name="halign">start</property>
216220
<property name="margin_left">10</property>
221+
<property name="hexpand">True</property>
217222
<property name="label" translatable="yes">label</property>
218-
<attributes>
219-
<attribute name="weight" value="bold"/>
220-
</attributes>
223+
<property name="wrap">True</property>
224+
<property name="wrap_mode">char</property>
225+
<property name="ellipsize">end</property>
221226
</object>
222227
<packing>
223228
<property name="expand">False</property>
224229
<property name="fill">True</property>
225-
<property name="position">2</property>
230+
<property name="position">3</property>
226231
</packing>
227232
</child>
228233
<child>
229-
<object class="GtkLabel" id="processMessageLabel">
234+
<object class="GtkLabel" id="processQueueLabel">
230235
<property name="visible">True</property>
231236
<property name="can_focus">False</property>
232237
<property name="margin_left">10</property>
233238
<property name="label" translatable="yes">label</property>
234-
<property name="wrap">True</property>
235-
<property name="wrap_mode">char</property>
236-
<property name="ellipsize">end</property>
239+
<attributes>
240+
<attribute name="weight" value="bold"/>
241+
</attributes>
237242
</object>
238243
<packing>
239244
<property name="expand">False</property>
240245
<property name="fill">True</property>
241-
<property name="position">3</property>
246+
<property name="position">4</property>
242247
</packing>
243248
</child>
244249
</object>

0 commit comments

Comments
 (0)