cutemarked
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
diff --git a/app/styles/markdown.css b/app/styles/markdown.css
|
||||
index 7c87385..607f025 100644
|
||||
--- a/app/styles/markdown.css
|
||||
+++ b/app/styles/markdown.css
|
||||
@@ -25,6 +25,7 @@ body{
|
||||
line-height: 1;
|
||||
max-width: 960px;
|
||||
padding: 30px;
|
||||
+ background-color: #ffffff;
|
||||
}
|
||||
h1, h2, h3, h4 {
|
||||
color: #111111;
|
||||
@@ -0,0 +1,11 @@
|
||||
diff -Nru a/app/optionsdialog.cpp b/app/optionsdialog.cpp
|
||||
--- a/app/optionsdialog.cpp 2016-03-28 13:48:50.000000000 +0200
|
||||
+++ b/app/optionsdialog.cpp 2018-06-05 07:28:09.086517828 +0200
|
||||
@@ -17,6 +17,7 @@
|
||||
#include "optionsdialog.h"
|
||||
#include "ui_optionsdialog.h"
|
||||
|
||||
+#include <QAction>
|
||||
#include <QFontComboBox>
|
||||
#include <QItemEditorFactory>
|
||||
#include <QKeySequence>
|
||||
@@ -21,7 +21,11 @@
|
||||
<Dependency>qt5-designer-devel</Dependency>
|
||||
<Dependency>qt5-linguist</Dependency>
|
||||
<Dependency>discount-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>cutemarked-0.11.3-bgcolor.patch</Patch>
|
||||
<Patch level="1">cutemarked-0.11.3-qaction-include.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
|
||||
Reference in New Issue
Block a user