Skip to content

Commit

Permalink
Merge pull request #262 from torikulhabib/master
Browse files Browse the repository at this point in the history
Info download
  • Loading branch information
torikulhabib authored Jun 18, 2024
2 parents 291f5b3 + 0a069c0 commit 82b9620
Show file tree
Hide file tree
Showing 4 changed files with 148 additions and 19 deletions.
128 changes: 128 additions & 0 deletions data/icons/actions/com.github.gabutakut.gabutdm.onactive.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 14 additions & 14 deletions data/icons/actions/com.github.gabutakut.gabutdm.waiting.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion data/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ actions = [
'.svdrv.svg',
'.cookie.svg',
'.opt.svg',
'.menu.svg'
'.menu.svg',
'.onactive.svg',
]

foreach m : actions
Expand Down
8 changes: 4 additions & 4 deletions src/GabutWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ namespace Gabut {
headerstack.show ();

modeview = new Gtk.Image () {
margin_start = 6,
margin_start = 10,
valign = Gtk.Align.CENTER,
gicon = new ThemedIcon ("com.github.gabutakut.gabutdm")
};
Expand All @@ -271,7 +271,7 @@ namespace Gabut {
download_rate = new Gtk.Label (null) {
xalign = 0,
use_markup = true,
width_request = 70,
width_request = 60,
valign = Gtk.Align.CENTER,
attributes = color_attribute (0, 60000, 0)
};
Expand All @@ -283,7 +283,7 @@ namespace Gabut {
upload_rate = new Gtk.Label (null) {
xalign = 0,
use_markup = true,
width_request = 70,
width_request = 60,
valign = Gtk.Align.CENTER,
attributes = color_attribute (60000, 0, 0)
};
Expand All @@ -299,7 +299,7 @@ namespace Gabut {
var imgactive = new Gtk.Image () {
valign = Gtk.Align.CENTER,
margin_end = 6,
gicon = new ThemedIcon ("com.github.gabutakut.gabutdm.active"),
gicon = new ThemedIcon ("com.github.gabutakut.gabutdm.onactive"),
tooltip_text = _("Active Download")
};

Expand Down

0 comments on commit 82b9620

Please sign in to comment.