Skip to content

Commit

Permalink
Spacing and margins
Browse files Browse the repository at this point in the history
  • Loading branch information
blissd committed Apr 1, 2024
1 parent e2a70a7 commit 4b81c02
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/app/components/photo_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ impl SimpleComponent for PhotoInfo {
view! {
gtk::Box {
set_orientation: gtk::Orientation::Vertical,
set_margin_all: 10,
set_margin_all: 12,
set_spacing: 12,

adw::PreferencesGroup {
set_margin_all: 10,

#[local_ref]
folder -> adw::ActionRow {
set_title: "Folder",
Expand All @@ -55,8 +54,6 @@ impl SimpleComponent for PhotoInfo {

#[local_ref]
date_time -> adw::PreferencesGroup {
set_margin_all: 10,

#[local_ref]
created_at -> adw::ActionRow {
set_title: "File Created",
Expand Down

0 comments on commit 4b81c02

Please sign in to comment.