-
-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
list: Replace BottleListEntry with BottlesBottleRow
- Loading branch information
1 parent
04a253e
commit 64f02e4
Showing
7 changed files
with
49 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
using Gtk 4.0; | ||
using Adw 1; | ||
|
||
template $BottlesBottleRow: Adw.ActionRow { | ||
activatable: true; | ||
use-markup: false; | ||
|
||
Box { | ||
spacing: 6; | ||
|
||
Label label_env { | ||
valign: center; | ||
|
||
styles [ | ||
"tag", | ||
"caption", | ||
] | ||
} | ||
} | ||
|
||
Button btn_run { | ||
halign: center; | ||
valign: center; | ||
icon-name: "system-run-symbolic"; | ||
|
||
styles [ | ||
"flat", | ||
] | ||
} | ||
|
||
Image { | ||
icon-name: "go-next-symbolic"; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters