summaryrefslogtreecommitdiff
path: root/freefilesync/ffs_distro_fedora.patch
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-02-21 22:39:36 -0500
committerB. Stack <bgstack15@gmail.com>2023-02-21 22:39:36 -0500
commit6e726e7c7476a0fc36726e6d160dac6781ccc7aa (patch)
tree7149bf4148b69fcb4bf64f8faee78e52cbb0cba6 /freefilesync/ffs_distro_fedora.patch
parentffs 12.1 rc1 (diff)
downloadstackrpms-6e726e7c7476a0fc36726e6d160dac6781ccc7aa.tar.gz
stackrpms-6e726e7c7476a0fc36726e6d160dac6781ccc7aa.tar.bz2
stackrpms-6e726e7c7476a0fc36726e6d160dac6781ccc7aa.zip
ffs 12.1 fedora rpm rc2
Diffstat (limited to 'freefilesync/ffs_distro_fedora.patch')
-rw-r--r--freefilesync/ffs_distro_fedora.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/freefilesync/ffs_distro_fedora.patch b/freefilesync/ffs_distro_fedora.patch
index 78502ab..6a49f21 100644
--- a/freefilesync/ffs_distro_fedora.patch
+++ b/freefilesync/ffs_distro_fedora.patch
@@ -99,12 +99,12 @@ Message: some random sloppiness with a missing graphical asset. It's not importa
//--------------------------------------------------------------------------
//have animal + text match *final* dialog width
-@@ -152,7 +152,7 @@
- const int imageWidth = (m_panelDonate->GetSize().GetWidth() - 5 - 5 /* grey border*/) / 2;
- const int textWidth = m_panelDonate->GetSize().GetWidth() - 5 - 5 - imageWidth;
+@@ -152,8 +154,6 @@
+ const int imageWidth = (m_panelDonate->GetSize().GetWidth() - 5 - 5 - 5 /* grey border*/) / 2;
+ const int textWidth = m_panelDonate->GetSize().GetWidth() - 5 - 5 - 5 - imageWidth;
- setImage(*m_bitmapAnimalSmall, shrinkImage(animalImg, imageWidth, -1 /*maxHeight*/));
-+ //setImage(*m_bitmapAnimalSmall, shrinkImage(animalImg, imageWidth, -1 /*maxHeight*/));
-
+-
m_staticTextDonate->Show();
m_staticTextDonate->Wrap(textWidth - 10 /*left gap*/); //wrap *after* changing font size
+ }
bgstack15