Skip to content

Commit 9e1d564

Browse files
committed
fix(progressscale): initial style is none so it shouldn't be visible (#83)
Reviewed-on: https://codeberg.org/GeopJr/Turntable/pulls/83
1 parent 2a6e07e commit 9e1d564

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Widgets/ProgressScale.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public class Turntable.Widgets.ProgressScale : Adw.BreakpointBin {
130130
Gtk.Label length_label;
131131
Gtk.Scale scale;
132132
construct {
133+
this.visible = false;
133134
this.width_request = 156;
134135
this.height_request = 51;
135136
grid = new Gtk.Grid () {

0 commit comments

Comments
 (0)