Skip to content

Commit

Permalink
Merge pull request #2710 from tvdeyen/raise-page-from-width
Browse files Browse the repository at this point in the history
Slighty raise page properties dialog width
  • Loading branch information
tvdeyen authored Jan 31, 2024
2 parents a1e3384 + 7e0c135 commit ac42cb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/alchemy/admin/layoutpages/_layoutpage.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
alchemy.edit_admin_layoutpage_path(layoutpage),
{
title: Alchemy.t(:edit_page_properties),
size: '410x170'
size: '450x170'
},
class: "icon_button"
) -%>
Expand Down
2 changes: 1 addition & 1 deletion app/views/alchemy/admin/pages/_page.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
alchemy.configure_admin_page_path(id: "__ID__"),
{
title: Alchemy.t(:edit_page_properties),
size: "450x680"
size: "500x680"
},
class: "icon_button"
) -%>
Expand Down
4 changes: 2 additions & 2 deletions app/views/alchemy/admin/pages/edit.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
alchemy.edit_admin_layoutpage_path(@page),
{
title: Alchemy.t(:page_properties),
size: '450x170'
size: '500x170'
},
class: :icon_button,
'data-alchemy-hotkey' => 'alt+e'
Expand All @@ -49,7 +49,7 @@
alchemy.configure_admin_page_path(@page),
{
title: Alchemy.t(:page_properties),
size: '450x680'
size: '500x680'
},
class: :icon_button,
'data-alchemy-hotkey' => 'alt+e'
Expand Down

0 comments on commit ac42cb7

Please sign in to comment.