Skip to content

Commit

Permalink
use consistent icons in NewTrackDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
momentarylapse committed Nov 10, 2024
1 parent 59135c0 commit 2fbf23e
Show file tree
Hide file tree
Showing 33 changed files with 345 additions and 2,871 deletions.
10 changes: 5 additions & 5 deletions gui/NewTrackDialog.hui
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Dialog new-track-dialog "New track" width=300 height=80 headerbar closebutton=no
Grid ? "" vertical width=320
Grid ? "" homogenousx box linked
ToggleButton type-audio "∿" flat huge expandx "tooltip=Audio" ignorefocus
ToggleButton type-midi "♫" flat huge expandx "tooltip=Midi" ignorefocus
ToggleButton type-metronome "" image=track-time flat huge expandx "tooltip=Metronome" ignorefocus
ToggleButton type-master "" image=track-group flat huge expandx "tooltip=Master" ignorefocus
ToggleButton type-preset "❤" flat huge expandx "tooltip=From list of presets" ignorefocus
ToggleButton type-audio "" image=track-audio flat big expandx "tooltip=Audio" ignorefocus
ToggleButton type-midi "" image=track-midi flat big expandx "tooltip=Midi" ignorefocus
ToggleButton type-metronome "" image=track-time flat big expandx "tooltip=Metronome" ignorefocus
ToggleButton type-master "" image=track-group flat big expandx "tooltip=Master" ignorefocus
ToggleButton type-preset "" image=heart flat big expandx "tooltip=From list of presets" ignorefocus
Revealer revealer-channels ""
Group g-channels "Channels"
Grid ? ""
Expand Down
16 changes: 8 additions & 8 deletions static/hui_resources.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4453,31 +4453,31 @@ homogenousx,box,linked
5
ToggleButton
type-audio
flat,huge,expandx,ignorefocus
margin=40,image=track-audio,flat,expandx,ignorefocus
0
0
0
ToggleButton
type-midi
flat,huge,expandx,ignorefocus
image=track-midi,flat,expandx,ignorefocus
1
0
0
ToggleButton
type-metronome
image=track-time,flat,huge,expandx,ignorefocus
image=track-time,flat,expandx,ignorefocus
2
0
0
ToggleButton
type-master
image=track-group,flat,huge,expandx,ignorefocus
image=track-group,flat,expandx,ignorefocus
3
0
0
ToggleButton
type-preset
flat,huge,expandx,ignorefocus
image=heart,flat,expandx,ignorefocus
4
0
0
Expand Down Expand Up @@ -10871,7 +10871,7 @@ new-track-dialog/save-preset

Save as preset...
new-track-dialog/type-audio

Audio
new-track-dialog/type-master

Expand All @@ -10880,10 +10880,10 @@ new-track-dialog/type-metronome

Metronome
new-track-dialog/type-midi

Midi
new-track-dialog/type-preset

From list of presets
new-track-dialog/user-revealer-synth
Synthesizer
Expand Down
75 changes: 75 additions & 0 deletions static/icons/heart-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/icons/hicolor/32x32/actions/track-time-symbolic.symbolic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/icons/hicolor/48x48/actions/track-time-symbolic.symbolic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/icons/hicolor/64x64/actions/track-time-symbolic.symbolic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
69 changes: 69 additions & 0 deletions static/icons/track-audio-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 23 additions & 22 deletions static/icons/track-group-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2fbf23e

Please sign in to comment.