Skip to content

Commit

Permalink
move the user info text to save some real estate
Browse files Browse the repository at this point in the history
  • Loading branch information
ftl committed May 26, 2024
1 parent 6863457 commit 9b4d0ef
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions ui/glade/contest.glade
Original file line number Diff line number Diff line change
Expand Up @@ -1978,7 +1978,7 @@ For more details see <a href="https://github.com/ftl/hellocontest/wiki/Main-W
</packing>
</child>
<child>
<!-- n-columns=6 n-rows=10 -->
<!-- n-columns=6 n-rows=9 -->
<object class="GtkGrid" id="entryGrid">
<property name="visible">True</property>
<property name="can-focus">False</property>
Expand Down Expand Up @@ -2194,7 +2194,7 @@ For more details see &lt;a href="https://github.com/ftl/hellocontest/wiki/Main-W
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">9</property>
<property name="top-attach">8</property>
<property name="width">6</property>
</packing>
</child>
Expand Down Expand Up @@ -2235,19 +2235,6 @@ For more details see &lt;a href="https://github.com/ftl/hellocontest/wiki/Main-W
<property name="top-attach">3</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="callsignUserInfoLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Hans, Salzgitter</property>
<property name="xalign">0</property>
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">7</property>
<property name="width">6</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="callsignSupercheckLabel">
<property name="visible">True</property>
Expand All @@ -2262,7 +2249,7 @@ For more details see &lt;a href="https://github.com/ftl/hellocontest/wiki/Main-W
</object>
<packing>
<property name="left-attach">0</property>
<property name="top-attach">8</property>
<property name="top-attach">7</property>
<property name="width">6</property>
</packing>
</child>
Expand All @@ -2281,7 +2268,7 @@ For more details see &lt;a href="https://github.com/ftl/hellocontest/wiki/Main-W
<packing>
<property name="left-attach">0</property>
<property name="top-attach">6</property>
<property name="width">6</property>
<property name="width">3</property>
</packing>
</child>
<child>
Expand All @@ -2297,6 +2284,19 @@ For more details see &lt;a href="https://github.com/ftl/hellocontest/wiki/Main-W
<property name="width">6</property>
</packing>
</child>
<child>
<object class="GtkLabel" id="callsignUserInfoLabel">
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="label" translatable="yes">Hans, Salzgitter</property>
<property name="xalign">1</property>
</object>
<packing>
<property name="left-attach">3</property>
<property name="top-attach">6</property>
<property name="width">3</property>
</packing>
</child>
<child>
<placeholder/>
</child>
Expand Down

0 comments on commit 9b4d0ef

Please sign in to comment.