Skip to content

Commit

Permalink
Fixed #369
Browse files Browse the repository at this point in the history
Fixed left-aligned tweak having bad music buttons 👍
  • Loading branch information
DirtDiglett committed Jul 4, 2015
1 parent dc8c73f commit c651719
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions includes/tweaks/uinavigatorpanel.layout
Original file line number Diff line number Diff line change
Expand Up @@ -2176,6 +2176,24 @@ font-size=14 [$LINUX]
spacing=16
}

place {
control="library_music_player_icon, library_music_add_button"
start="library_search"
align=left
x=16
width=25
height=24
dir=right
spacing=7
}
place {
control="library_music_menu"
start="library_music_add_button"
align=left
x=7
height=24
}

place {
control="label_library_zoom,library_zoom,label_zoom_separator,subnavgroup_library"
start=library_search
Expand Down Expand Up @@ -2349,23 +2367,5 @@ font-size=14 [$LINUX]
margin-bottom=0
dir=down
}

place {
control="library_music_player_icon, library_music_add_button"
align=left
x=68
y=48
width=25
height=24
dir=right
spacing=7
}
place {
control="library_music_menu"
start="library_music_add_button"
align=left
x=7
height=24
}
} // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
} // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 comments on commit c651719

Please sign in to comment.