mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +00:00
Replace usages of label with para, WIP new Editor (v3)
This commit is contained in:
@@ -95,13 +95,13 @@ module TAC
|
||||
background @menu_background
|
||||
|
||||
flow(width: 1.0) do
|
||||
label "♫ Now playing:"
|
||||
@current_song_label = label "♫ ♫ ♫"
|
||||
para "♫ Now playing:"
|
||||
@current_song_label = para "♫ ♫ ♫"
|
||||
end
|
||||
|
||||
flow(width: 1.0) do
|
||||
label "Volume:"
|
||||
@current_volume_label = label "100%"
|
||||
para "Volume:"
|
||||
@current_volume_label = para "100%"
|
||||
end
|
||||
|
||||
flow(width: 1.0) do
|
||||
|
||||
Reference in New Issue
Block a user