Skip to content

Commit

Permalink
Fix: URL label enlarges (linuxmint#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
DYefremov authored and clefebvre committed Nov 29, 2023
1 parent 4a5abc8 commit bc0c948
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions usr/share/hypnotix/hypnotix.ui
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,8 @@
<object class="GtkLabel" id="label_channel_name">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-end">6</property>
<property name="ellipsize">start</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
Expand All @@ -489,6 +491,8 @@
<object class="GtkLabel" id="label_channel_url">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="margin-end">6</property>
<property name="ellipsize">start</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="thin"/>
Expand Down

0 comments on commit bc0c948

Please sign in to comment.