Skip to content

Commit 205f8ec

Browse files
authored
Merge pull request #363 from flubshi/bug/bt_label_alignment
Bluetooth: Align label vertically centered
2 parents 4ca1f62 + ac1dd40 commit 205f8ec

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

resources/skins/Default/1080i/service-LibreELEC-Settings-mainWindow.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@
872872
<!-- Connection Name -->
873873
<control type="label">
874874
<left>140</left>
875-
<top>10</top>
875+
<top>25</top>
876876
<width>490</width>
877877
<height>30</height>
878878
<font>font24_title</font>
@@ -883,7 +883,7 @@
883883
<!-- Connection Address -->
884884
<control type="label">
885885
<left>650</left>
886-
<top>49</top>
886+
<top>48</top>
887887
<width>340</width>
888888
<height>20</height>
889889
<font>font12</font>
@@ -893,7 +893,7 @@
893893
<!-- Connected State -->
894894
<control type="label">
895895
<left>650</left>
896-
<top>20</top>
896+
<top>19</top>
897897
<width>340</width>
898898
<height>20</height>
899899
<font>font12</font>
@@ -1090,7 +1090,7 @@
10901090
<!-- Connection Name -->
10911091
<control type="label">
10921092
<left>140</left>
1093-
<top>10</top>
1093+
<top>25</top>
10941094
<width>490</width>
10951095
<height>30</height>
10961096
<font>font24_title</font>
@@ -1101,7 +1101,7 @@
11011101
<!-- Connection Address -->
11021102
<control type="label">
11031103
<left>650</left>
1104-
<top>49</top>
1104+
<top>48</top>
11051105
<width>340</width>
11061106
<height>20</height>
11071107
<font>font12</font>
@@ -1111,7 +1111,7 @@
11111111
<!-- Connected State -->
11121112
<control type="label">
11131113
<left>650</left>
1114-
<top>20</top>
1114+
<top>19</top>
11151115
<width>340</width>
11161116
<height>20</height>
11171117
<font>font12</font>

0 commit comments

Comments
 (0)