Skip to content

Commit

Permalink
Fixed slider
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te committed Feb 28, 2015
1 parent f4f65f8 commit b5c4c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dbusmenu.vala
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,7 @@ namespace DBusMenu
secondary = new Image();
adj = new Adjustment(0,0,0,0,0,0);
slider = new Scale(Orientation.HORIZONTAL,adj);
slider.hexpand = true;
box.add(primary);
box.add(slider);
box.add(secondary);
Expand Down

0 comments on commit b5c4c89

Please sign in to comment.