Skip to content

Commit

Permalink
minor ui correction
Browse files Browse the repository at this point in the history
 * IPTV list config dialog adjustment for macOS
  • Loading branch information
DYefremov committed May 17, 2024
1 parent 2a3b558 commit 70b9851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/ui/iptv.glade
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ Author: Dmitriy Yefremov
</object>
<object class="GtkDialog" id="iptv_list_configuration_dialog">
<property name="use-header-bar">{use_header}</property>
<property name="width-request">400</property>
<property name="width-request">680</property>
<property name="can-focus">False</property>
<property name="title" translatable="yes">IPTV streams list configuration</property>
<property name="resizable">False</property>
Expand Down Expand Up @@ -513,9 +513,9 @@ Author: Dmitriy Yefremov
</child>
<child>
<object class="GtkEntry" id="list_namespace_entry">
<property name="width-request">120</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="hexpand">True</property>
<property name="can-focus">True</property>
<property name="width-chars">5</property>
<property name="max-width-chars">5</property>
Expand Down

0 comments on commit 70b9851

Please sign in to comment.